Skip to content

Resolve "Use spaCy for POS tagging"

Jonathan Schlue requested to merge 1-use-spacy-for-pos-tagging into master

Closes #1

  • Replace all POS tagging functionality by spaCy.
  • Remove Stanford CoreNLP server.
  • Update docstrings and README.

TODO

  • Test all Tasks with spaCy CPU version
  • Test all Tasks with spaCy GPU version
Edited by Janos Borst

Merge request reports