Python Greek stemmer.
Project description
Greek Stemmer
This is a Python implementation of Skroutz's Ruby Greek stemmer.
Maintainer's Note
This fork is an attempt to help maintain the repository due to its original author's inactivity. All credit for the original work remains with Andreas Loupasakis.
Credits
This project was originally developed by Andreas Loupasakis. All credits for the initial work go to him.
- Original repository: @alup/python_greek_stemmer
- Author's Github: @alup
Usage
from greek_stemmer import GreekStemmer
stemmer = GreekStemmer()
stemmer.stem('ΘΑΛΑΣΣΑ')
Installation
To install using pip:
pip install greek-stemmer-plus
Local Development
Setting up the local environment
- Clone the repository.
- Install Poetry:
curl -sSL https://install.python-poetry.org | python -
- Install project dependencies using Poetry:
poetry install
Running tests
poetry run pytest tests/
Proposing Changes
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them using Angular commit message conventions.
- Submit a pull request to the main repository.
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
Built Distribution
File details
Details for the file greek_stemmer_plus-0.2.0.tar.gz
.
File metadata
- Download URL: greek_stemmer_plus-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1909c0a8f2f8448b838164883b6b40a434f933eb59f42a72c5db2d1d1edd275 |
|
MD5 | 1d28df75e119ca9fc4b0bd380f2d8cf1 |
|
BLAKE2b-256 | edc8c1b4fc98166009b127130e11b716de1c58529dea20f6bd482e4b9c6d9511 |
File details
Details for the file greek_stemmer_plus-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: greek_stemmer_plus-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f4af61665b064da5d193f05942ad4b965929e40bdae2d565f0ccd3162a1c932 |
|
MD5 | 58cd954a25eaddb9afa8e6ee0cd3b6e2 |
|
BLAKE2b-256 | 29c2abacc5142badb1d85e4ce5ce1b77d373454542bfe60a0a1ac48619dce945 |