Skip to content

abadojack/stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stemmer

Build Status GoDoc

Stemmer is a light and aggressive stemmer for Esperanto. It is still under active development and a lot of things are likely to change.

Install

go get -u github.com/abadojack/stemmer

Usage

import "github.com/abadojack/stemmer"

Light stemming

s := stemmer.Stem("ludas")
fmt.Println(s)  //ludi

Aggressive stemming

s := stemmer.StemAggressive("ludas")
fmt.Println(s)  //lud

Releases

No releases published

Packages

No packages published

Languages