This repo contains different exercises from my teacher Zcho. The repo is public so you are welcome to comment and point to better solutions.
-
counter.py- designed to count how many times every words is found in a text and return it in human-readable format as a string. -
exclude_stopwords.py- downloads list of stopwords, exclude it from a text and return list of how many time every white-listed word appears. -
reminder_dates.py- returns a message about some reminder. -
text_analyzer.py- a few functions to analyze text: return quantity of words, sentence, capital letters, words in RU/EN language
Also includes:
sample.txt- sample text for functions testing