Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 711 Bytes

Slovenian Lemmatizer for Python

Build Status Python application

LemmaGen lemmatizer for Python supporing Slovene, Serbian, Romanian, Estonian, Bulgarian and other languages

Usage

Installation

You can install it from PyPi:

pip install Lemmagen

Lemmatization

import lemmagen.lemmatizer
from lemmagen.lemmatizer import Lemmatizer

lemmatizer = Lemmatizer(dictionary=lemmagen.DICTIONARY_SLOVENE)
print(lemmatizer.lemmatize("hodimo"))