Popularity
2.4
Declining
Activity
0.0
Stable
29
3
7

Programming language: Go
License: BSD 2-clause "Simplified" License

paicehusk alternatives and similar packages

Based on the "Natural Language Processing" category.
Alternatively, view paicehusk alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of paicehusk or a related project?

Add another 'Natural Language Processing' Package

README

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.