CODAIT / text-extensions-for-pandas

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

Create an example notebook that shows training a classifier over the EWT dataset #195

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

Create a notebook that is similar to tutorials/corpus/CoNLL_3.ipynb, with the following differences:

The new notebook should share the code in tutorials/corpus/util.py. Modify that shared code as needed.

frreiss commented 3 years ago

Closed by #198