alphabet_detector 0.1.0

Natural language alphabet detection library
Documentation
1
2
3
4
5
6
7
8
# Alphabet Detector

[![Crate](https://img.shields.io/crates/v/alphabet_detector.svg)](https://crates.io/crates/alphabet_detector)
[![API](https://docs.rs/alphabet_detector/badge.svg)](https://docs.rs/alphabet_detector)

Separates words in text (from iterator CharIndices), and detects language of words by used alphabets (chars).

Alpha version (Work In Progress)