The Wayback Machine - https://web.archive.org/web/20200909161541/https://github.com/topics/word-embeddings
Skip to content
#

word-embeddings

Here are 573 public repositories matching this topic...

texthero
henrifroese
henrifroese commented Sep 3, 2020

Lemmatization can be thought of as a more advanced stemming that 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

Improve this page

Add a description, image, and links to the word-embeddings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the word-embeddings topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.