Skip to main content

Finnish NLP toolkit

Project description

FinnTK

Available on PyPI Documentation Status

Some simple high level tools for processing Finnish text.

This project is according to my personal preferences but might be helpful to others, particularly for exploratory coding. For larger projects you may prefer to use OMorFi directly.

Installation

This project assumes you've installed HFST and OMorFi system-wide, like so:

$ PIP_IGNORE_INSTALLED=1 pipenv install --site-packages finntk

Part of the reason for this is because HFST is not currently pip installable.

The current known good versions of HFST and OMorFi are in installed with Docker in the docker directory.

License

This project is licensed under the Apache v2 license. The code in finntk/vendor is vendorized from other projects and is licensed under their respective licenses.

Development

Release process

  1. Make a release commit in which the version is incremented in setup.py

  2. Make a git tag of this commit with git tag v$VERSION

  3. Push release to GitHub with git push --tags

  4. Upload to PyPI with python3 setup.py sdist bdist_wheel and twine upload dist/*

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finntk-0.0.36.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distribution

finntk-0.0.36-py3-none-any.whl (42.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page