Python-based tool to check if a text uses characters from a given alphabet
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
pandro 85b1ca6700 Update 'README.md' před 5 roky
.gitignore Added .gitignore před 5 roky
Alphabet.py Basic Working Version před 5 roky
Detector.py Basic Working Version před 5 roky
README.md Update 'README.md' před 5 roky
hiragana.csv Basic Working Version před 5 roky
kanji.csv Basic Working Version před 5 roky
kanji2.csv Basic Working Version před 5 roky
katakana.csv Basic Working Version před 5 roky
requirements.txt Added requirements.txt před 5 roky
sample-text.txt Basic Working Version před 5 roky

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.