This is Python3 library for Lithuanian language analysis. Currently these functions are supported:
For summarization example please checkout example jupyter notebook.
Stemming and splitting is based on TokenMill work. So big thumbs up for these guys for opensourcing their tools.
- Fork the project
- Clone your forked project:
$ git clone git@github.com:evalkaz/lltk.git
- Install development dependencies:
$ pip install -r requirements-dev.txt
After cloned and installed development dependencies run tests just typing the following command:
$ pytest