Apps that counts the number of words in a text file and graphs the occurrences, in this particular case I have taken the draft document of the new constitution of Chile and I have proceeded to clean it to be able to process it and obtain the data
tika==1.24 (https://tika.apache.org/)
seaborn==0.11.2 (https://seaborn.pydata.org)
numpy==1.22.3 (https://numpy.org)
pandas==1.4.2 (https://pandas.pydata.org)
pip install tika
pip install seaborn
pip install numpy
pip install pandas
Check: convertpdf_to_txtplain.py
Check: read_words.py