Skip to content

Lemmatizing without POS tags

Latest
Compare
Choose a tag to compare
@sorenlind sorenlind released this 24 Apr 21:34

This release adds support for lemmatizing Danish text if you do not have POS tags. This makes it easier to use Lemmy if you do not have a Danish spaCy model. Note that the Swedish model still requires you to specify POS tags (either using spaCy or manually).

Using Lemmy if you do not have POS tags:

import lemmy
lemmatizer = lemmy.load("da")
lemmatizer.lemmatize("", "akvariernes")