Python-based tool to check if a text uses characters from a given alphabet
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
pandro 85b1ca6700 Update 'README.md' 5 年前
.gitignore Added .gitignore 5 年前
Alphabet.py Basic Working Version 5 年前
Detector.py Basic Working Version 5 年前
README.md Update 'README.md' 5 年前
hiragana.csv Basic Working Version 5 年前
kanji.csv Basic Working Version 5 年前
kanji2.csv Basic Working Version 5 年前
katakana.csv Basic Working Version 5 年前
requirements.txt Added requirements.txt 5 年前
sample-text.txt Basic Working Version 5 年前

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.