Python-based tool to check if a text uses characters from a given alphabet
  • CSV 98.7%
  • Python 1.3%
Find a file
2019-05-29 08:57:02 +00:00
.gitignore Added .gitignore 2019-05-15 16:08:15 +02:00
Alphabet.py Basic Working Version 2019-05-15 16:08:58 +02:00
Detector.py Basic Working Version 2019-05-15 16:08:58 +02:00
hiragana.csv Basic Working Version 2019-05-15 16:08:58 +02:00
kanji.csv Basic Working Version 2019-05-15 16:08:58 +02:00
kanji2.csv Basic Working Version 2019-05-15 16:08:58 +02:00
katakana.csv Basic Working Version 2019-05-15 16:08:58 +02:00
README.md Update 'README.md' 2019-05-29 08:57:02 +00:00
requirements.txt Added requirements.txt 2019-05-15 16:08:44 +02:00
sample-text.txt Basic Working Version 2019-05-15 16:08:58 +02:00

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.