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
241 stars 37 forks source link

Fix spelling score issue #16

Closed neomatrix369 closed 3 years ago

neomatrix369 commented 3 years ago

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

Notebooks have been updated. Changes from #17 are also reflected in this update