schiestl/cyiw
1
1
Fork
You've already forked cyiw
0
Calculate Your Index Well - CYIW Text Difficulty Tools
  • Python 100%
2026年06月28日 17:09:31 +02:00
images Delete images/cyiw_UA.png 2026年06月28日 16:22:44 +02:00
CYIW_DE_3.0.py Upload files to "/" 2026年06月24日 22:21:56 +02:00
CYIW_PL_3.0.py Upload files to "/" 2026年06月24日 22:21:56 +02:00
CYIW_RU_3.0.py Upload files to "/" 2026年06月24日 22:21:56 +02:00
CYIW_SK_3.0.py Upload files to "/" 2026年06月24日 22:21:56 +02:00
CYIW_UA_3.0.py Upload files to "/" 2026年06月24日 22:21:56 +02:00
LICENSE
README.md Update README.md 2026年06月28日 17:09:31 +02:00
requirements.txt Upload files to "/" 2026年06月24日 22:23:44 +02:00
sk_wordlist.txt

CYIW (Calculate Your Index Well) is a set of Python programs to calculate different reading ease indices.

CYIW is a constant work in progress, for now there are programs for Russian, Ukrainian, Polish, Slovak, and German. Out of these, the Ukrainian and Russian ones are the most tested, and they should work well. Slovak is the most difficult language in that matter. The Slovak program needs also the file sk_wordlist.txt in the same folder. The interface is in English.

CYIW Polish CYIW Slovak

If you find my programs useful, or you have got some ideas to add, contact me anytime: andreas.schiestl@unipo.sk

Please quote me if you use CYIW in your research (and have a look at the file LICENSE):

SCHIESTL, Andreas (2026). Calculate Your Index Well (CYIW): Automatizovaná analýza zrozumiteľnosti textu pre slovanské jazyky a nemecký jazyk. Rigorózna praca. Prešov: Prešovská univerzita v Prešove.

Needed Python-libraries:

Pay attention to requirements.txt

pip install tk matplotlib numpy scipy pandas openpyxl

sudo pacman -Syu tk python-install python-matplotlib python-numpy python-scipy python-pandas python-openpyxl