Python-based tool to check if a text uses characters from a given alphabet
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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.