Awesome Go

paicehusk

CategoryNatural Language Processing
SubcategoryMorphological Analyzers
Stars0

Golang implementation of the Paice/Husk Stemming Algorithm

About paicehusk

##Golang Implementation of the Paice/Husk stemming algorithm This project was created for the QUT course INB344. Details on the algorithm can be found here. This implementation is primarily based on the ANSI C Implementationn by Andy Stark. Effort has been put into the correctness of the algorithm, but this is hampered by many of the existing implementations giving differing results. Any comments/assistance/pull-requests are welcome.

##TODO

  • Benchmarks

##Demo A demo App Engine project utilizing this package exists here.

Frequently Asked Questions

What is paicehusk?

paicehusk is a Natural Language Processing library for the Go programming language. Golang implementation of the Paice/Husk Stemming Algorithm

How do I install paicehusk?

Install paicehusk with the Go module system using `go get rookii/paicehusk`. Check the repository for the current installation instructions.

What category does paicehusk belong to?

paicehusk is listed under Natural Language Processing, specifically Morphological Analyzers.

← Back to Morphological Analyzers