Python-based tool to check if a text uses characters from a given alphabet
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
pandro 85b1ca6700 Update 'README.md' il y a 5 ans
.gitignore Added .gitignore il y a 5 ans
Alphabet.py Basic Working Version il y a 5 ans
Detector.py Basic Working Version il y a 5 ans
README.md Update 'README.md' il y a 5 ans
hiragana.csv Basic Working Version il y a 5 ans
kanji.csv Basic Working Version il y a 5 ans
kanji2.csv Basic Working Version il y a 5 ans
katakana.csv Basic Working Version il y a 5 ans
requirements.txt Added requirements.txt il y a 5 ans
sample-text.txt Basic Working Version il y a 5 ans

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.