Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 451 Bytes

File metadata and controls

6 lines (4 loc) · 451 Bytes

Key Terms Extraction -- Hyperskill

Training project from Hyperskill (JetBrains) -- Python Core. The project demonstrates skills in work with numpy, xml basics, scikit-learn (for getting TF-IDF matrix through Vectorizer), nltk for stemming and lemmatization of the texts, removing stopwords and punctuation marks.

The script is in ./Key Terms Extraction/task.

Other directories are the steps of the completing project with tasks descriptions.