Python-based tool to check if a text uses characters from a given alphabet
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
pandro 85b1ca6700 Update 'README.md' 5 lat temu
.gitignore Added .gitignore 5 lat temu
Alphabet.py Basic Working Version 5 lat temu
Detector.py Basic Working Version 5 lat temu
README.md Update 'README.md' 5 lat temu
hiragana.csv Basic Working Version 5 lat temu
kanji.csv Basic Working Version 5 lat temu
kanji2.csv Basic Working Version 5 lat temu
katakana.csv Basic Working Version 5 lat temu
requirements.txt Added requirements.txt 5 lat temu
sample-text.txt Basic Working Version 5 lat temu

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.