nlp
language
machine-learning
natural-language-processing
text-mining
awesome
deep-learning
awesome-list
-
Updated
Aug 20, 2020
Lemmatization can be thought of as a more advanced
stemmingthat we already have in the preprocessing module. You can read about it e.g. here. Implementation should be done with spaCy.ToDo
Implement a function
hero.lemmatize(s: TokenSeries)(or mayber rather TextSeries?). Using spaCy this should be fairly straightforward. It should go