Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 294 Bytes

Text Mining Workshop

Text Mining Workshop for beginners using Python, spaCy and scikit-learn.

Necessary software can be installed using the environment file:

$ conda create -f environment.yml

After which the environment can be activated with

$ conda activate nlp