Skip to content

suhailpatel/go-stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Stemmer

Implementation of the Porter Stemmer Algorithm in Go as defined by Martin Porter (author of the algorithm paper). More information about the algorithm can be found on Martin Porter's Algorithm page (http://tartarus.org/martin/PorterStemmer/) and paper.

Library

Information

Import the library into your application and then call the Stem(string) function.

import "github.com/suhailpatel/stemmer"

About Stemmed Words

Stemmed words may not be perfect on context (please see the introduction original paper for information and discussion about this)

Tests

The library includes tests containing a large vocabulary provided by Martin Porter.

About

Implementation of the Porter Stemmer Algorithm in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages