1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00
documize/vendor/github.com/rookii/paicehusk
2016-07-07 18:54:16 -07:00
..
.gitignore initial commit 2016-07-07 18:54:16 -07:00
LICENSE initial commit 2016-07-07 18:54:16 -07:00
README.md initial commit 2016-07-07 18:54:16 -07:00
stemmer.go initial commit 2016-07-07 18:54:16 -07:00
stemmer_test.go initial commit 2016-07-07 18:54:16 -07:00

##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.