CODAIT / text-extensions-for-pandas

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

Create demo notebook for Conllu files #198

Closed ZachEichen closed 3 years ago

ZachEichen commented 3 years ago

Created a demo notebook that shows how the new conllu logic can be used to open and process diverse .conllu files; addresses issue #195

Shows how these can be powerfully used with pandas dataframes, and other text-extensions integrations to quickly manipulate the data and do things like displaying parse trees, and retokenizing with spaCy.

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

frreiss commented 3 years ago

This is very close to ready to merge. Some minor requests: