Skip to content

davidro/SlovenianLemmatizer-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))

About

Python bindings for slovenian lemmatizer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%