Add POS tagging and Phrase chunking token classification examples (#6457)

* Add more token classification examples

* POS tagging example

* Phrase chunking example

* PR review fixes

* Add conllu to third party list (used in token classification examples)
This commit is contained in:
vblagoje
2020-08-13 12:09:51 -04:00
committed by GitHub
parent f51161e230
commit eda07efaa5
10 changed files with 473 additions and 204 deletions

View File

@@ -15,3 +15,4 @@ pandas
nlp
fire
pytest
conllu