Skip to content

Python implementation of Greek Stemmer (based on Skroutz's Ruby version).

Notifications You must be signed in to change notification settings

hassan-sabirin/python_greek_stemmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek Stemmer

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/

About

Python implementation of Greek Stemmer (based on Skroutz's Ruby version).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%