Skip to content

Python extension code to expose lemmatization functions of Lemmagen (a lemmatizer)

Notifications You must be signed in to change notification settings

sushantkhurana/Lemmagen-Python-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One of the good implementations I experienced which is still at a nacent stage in building it's English dictionary is the Lemmagen.
Extremely efficient, pretty good algorithms used and easily portable via platform invokes / c-library.
Completely written in native C++ without using any external libraries.
I have written a python-usable exposed makefile and other stuff which creates a shared object of this project when complied and exposes its lemmatization functions to the python interpreter. The code for which can be found HERE.

The project URL is http://lemmatise.ijs.si

About

Python extension code to expose lemmatization functions of Lemmagen (a lemmatizer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published