CODAIT / text-extensions-for-pandas

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

Refactor span classes to lower users' learning curve #103

Closed frreiss closed 4 years ago

frreiss commented 4 years ago

This PR makes some changes to our class names to simplify the learning process for new users. The motivation behind this change is the following principle: A user who only needs the functionality of character-based spans should not need to understand token-based spans.

The main changes I've implemented are:

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

frreiss commented 4 years ago

CI found a regression. Pushed a fix.