This is a package wrapping https://github.com/jonfd/nefnir
All credits to the author of that excellent project.
A lemmatizer for Icelandic text See e.g _IceNLP_bridge for help creating tokenized and tagged text.
- Free software: Apache Software License 2.0
- Documentation: https://nefnir.readthedocs.io.
- See Nefnir for full description.
- Simple lemmatizer for Icelandic.
import nefnir
nefnir.lemmatize('Hvað', 'fshen')
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.