Skip to content

BrewingWeasel/Lithuanian-nlp-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lithuanian-nlp

A python tool to programmatically do several nlp tools for Lithuanian, such as: -Conjugate verbs -Decline nouns & adjectives -Lemmatize words (currently only works for verbs)

verb data (data/data.txt) from verbalyser by ror-expert (https://github.com/ror-expert/verbalyser)

Future plans:

  • support reflexive verbs
  • support lemmatization of verbs with prefixes
  • support nouns and adjectives (partially completed)
  • support prepositions
  • support detection of word type
  • add more features :)

Usage:

conjugate('norėti')['present']['first person singular'] --> noriu
lemmatize('noriu') --> norėti

(this is my first github project)

About

get the lemmas and conjugation of verbs in lithuanian

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages