nefnir

A lemmatizer for Icelandic text


Keywords
nefnir, icelandic, nlp, python
License
Apache-2.0
Install
pip install nefnir==1.0.2

Documentation

nefnir

This is a package wrapping https://github.com/jonfd/nefnir

All credits to the author of that excellent project.

Documentation Status

A lemmatizer for Icelandic text See e.g _IceNLP_bridge for help creating tokenized and tagged text.

Features

  • See Nefnir for full description.
  • Simple lemmatizer for Icelandic.

Example

import nefnir

nefnir.lemmatize('Hvað', 'fshen')

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.