/nefnir-package

Python packaging of nefnir - a lemmatizer for Icelandic

Primary LanguagePythonApache License 2.0Apache-2.0

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.