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.
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.
Goal or purpose of the PR
Amended docs to make it clear what steps to perform before installing the
nlp_profiler
when using theConda
(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. Alsorequirements.txt
amended to installspacy 2.3
or higher