You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pandro 85b1ca6700 | 6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
Alphabet.py | 6 years ago | |
Detector.py | 6 years ago | |
README.md | 6 years ago | |
hiragana.csv | 6 years ago | |
kanji.csv | 6 years ago | |
kanji2.csv | 6 years ago | |
katakana.csv | 6 years ago | |
requirements.txt | 6 years ago | |
sample-text.txt | 6 years ago |
README.md
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.