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

[BUG] Improving/changing the spell checker leads to tests breaking, implementation changing #79

Open neomatrix369 opened 1 year ago

neomatrix369 commented 1 year ago

Describe the bug

On the back of the PR #71 which was reverted from master due to breaking changes, would be best to review, and fix either implement/tests or both and merge to master.

To Reproduce

Clone the branch related to PR #71 and run all the tests.

Version information:

Version 0.0.3 - no other aspects are linked to it

Additional context

The steps would be following in order to apply and test the improvements to the spell checker:

PR #71 was reverted via PR #75.

neomatrix369 commented 1 year ago

@bitanb1999 take a look at this issue and start thinking about it when you get a chance, it will need some checking and verifying throughout the process.

bitanb1999 commented 1 year ago

@bitanb1999 take a look at this issue and start thinking about it when you get a chance, it will need some checking and verifying throughout the process.

Sure! Will look into it!