mirror of
https://github.com/documize/community.git
synced 2025-07-28 09:39:42 +02:00
initial commit
This commit is contained in:
commit
18933c6767
1841 changed files with 810642 additions and 0 deletions
8
vendor/github.com/rookii/paicehusk/README.md
generated
vendored
Normal file
8
vendor/github.com/rookii/paicehusk/README.md
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
##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/).
|
Loading…
Add table
Add a link
Reference in a new issue