Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 675 Bytes

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