Python Greek stemmer.
Project description
This is a Python implementation of Skroutz’s Ruby Greek stemmer.
Usage
To use simply do:
>>> from greek_stemmer import GreekStemmer
>>> stemmer = GreekStemmer()
>>> stemmer.stem('ΘΑΛΑΣΣΑ')
Installation
To install using pip issue the following command:
pip install greek-stemmer
Testing
In order to run the tests, you should firstly install all the necessary dependencies:
pip install -r requirements.txt
Tests can be run using the following command:
python -m pytest tests/
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
greek_stemmer-0.1.1.tar.gz
(6.9 kB
view details)
File details
Details for the file greek_stemmer-0.1.1.tar.gz.
File metadata
- Download URL: greek_stemmer-0.1.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a82cac09bc49d6cd9704c7decc695b70244d6e5202b05b5a0d2c12ab3185a93
|
|
| MD5 |
c4eb42a3ab138df9f85124bf6f4c2fec
|
|
| BLAKE2b-256 |
9c896a7e01dd15100bb4c8b64a9ed3a2afb188cbbc71911545e74463811fba3b
|