neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

Add spacy related docs info for Conda users #58

Closed neomatrix369 closed 3 years ago

neomatrix369 commented 3 years ago

Goal or purpose of the PR

Amended docs to make it clear what steps to perform before installing the nlp_profiler when using the Conda (i.e. Miniconda) environments. Ensure spacy is installed and the minimum or higher version.

Related to the issue https://github.com/neomatrix369/nlp_profiler/issues/57.

Changes implemented in the PR

README.md was amended with an additional section for Conda (i.e. Miniconda) users. Also requirements.txt amended to install spacy 2.3 or higher