CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
217 stars 34 forks source link

Improvements to dictionary matching #180

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

This PR includes some fixes for issues with our dictionary matching that encountered while working on a market intelligence use case for a blog post.

The specific problems addressed here are:

I also fixed a minor bug in the handling of the warnings element of responses from Watson Natural Language Understanding.

frreiss commented 3 years ago

@BryanCutler would you mind giving these changes a quick review?

Thanks!

BryanCutler commented 3 years ago

Sorry, slipped under the radar. Looking at it now.

frreiss commented 3 years ago

Thanks for the review! Pushed some corrections. Will merge once this branch passes tests.