From 85b1ca6700fb6ef408a11f39dd692e3283be6237 Mon Sep 17 00:00:00 2001 From: pandro Date: Wed, 29 May 2019 08:57:02 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e941c30..cbc998f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Alphabet-Analyzer -Python-based tool to check if a text uses characters from a given alphabet \ No newline at end of file +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. \ No newline at end of file