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

Fix sentence count issue #17

Closed neomatrix369 closed 4 years ago

neomatrix369 commented 4 years ago

On the back of issue #14 and fixes issue #14.

Notebooks have not been updated as changes via PR #16 will help in the process.