Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rookii/paicehusk
Golang implementation of the Paice/Husk Stemming Algorithm
https://github.com/Rookii/paicehusk
Last synced: about 2 months ago
JSON representation
Golang implementation of the Paice/Husk Stemming Algorithm
- Host: GitHub
- URL: https://github.com/Rookii/paicehusk
- Owner: rookii
- License: bsd-2-clause
- Created: 2012-09-29T16:06:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T12:45:11.000Z (almost 11 years ago)
- Last Synced: 2024-07-30T23:18:08.786Z (4 months ago)
- Language: Go
- Size: 917 KB
- Stars: 29
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cobol - paicehusk - Cobollang implementation of the Paice/Husk Stemming Alcobolrithm (Natural Language Processing / Middlewares)
- awesome-machine-learning - paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm. *[Deprecated]* (Go / [Tools](#tools-1))
- awesome-advanced-metering-infrastructure - paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm. (Go / Speech Recognition)
README
##Golang Implementation of the Paice/Husk stemming algorithm
This project was created for the [QUT](http://www.qut.edu.au/ "Queensland University of Technology") course [INB344](http://www.qut.edu.au/study/unit-search/unit?unitCode=INB344&idunit=43393). Details on the algorithm can be found [here](http://www.comp.lancs.ac.uk/computing/research/stemming/Links/paice.htm "Lancaster School of Computing"). This implementation is primarily based on the [ANSI C Implementationn](http://www.comp.lancs.ac.uk/computing/research/stemming/Links/implementations.htm) 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](http://paicehusk.appspot.com/).