Python-based tool to check if a text uses characters from a given alphabet
- CSV 98.7%
- Python 1.3%
| .gitignore | ||
| Alphabet.py | ||
| Detector.py | ||
| hiragana.csv | ||
| kanji.csv | ||
| kanji2.csv | ||
| katakana.csv | ||
| README.md | ||
| requirements.txt | ||
| sample-text.txt | ||
Alphabet-Analyzer
Python-based tool to check if a text uses characters from a given alphabet.
Created for situations where one wants to know if characters from a known alphabet have been used in a text, how many and which.
For example to identify if a japanese text uses Kanji, Katakana or Higakana.