Python-based tool to check if a text uses characters from a given alphabet
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
pandro 85b1ca6700 Update 'README.md' 5 anni fa
.gitignore Added .gitignore 5 anni fa
Alphabet.py Basic Working Version 5 anni fa
Detector.py Basic Working Version 5 anni fa
README.md Update 'README.md' 5 anni fa
hiragana.csv Basic Working Version 5 anni fa
kanji.csv Basic Working Version 5 anni fa
kanji2.csv Basic Working Version 5 anni fa
katakana.csv Basic Working Version 5 anni fa
requirements.txt Added requirements.txt 5 anni fa
sample-text.txt Basic Working Version 5 anni fa

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.