Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Rookii/paicehusk
Browse files Browse the repository at this point in the history
  • Loading branch information
rookii committed Oct 2, 2012
2 parents 7bbf2a3 + b946aeb commit 4e61363
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
##Golang Implmentation of the Paice/Husk stemming algorithm
#Golang Implmentation of the Paice/Husk stemming algorithm
Work in progress

Details on the algorithm can be found at http://www.comp.lancs.ac.uk/computing/research/stemming/Links/paice.htm

##TODO
- Fix unicode handling
- Make tests table driven (http://code.google.com/p/go-wiki/wiki/TableDrivenTests)
- Not export functions that don't need to be
- Flatten the stem loop
- Clean up documentation

0 comments on commit 4e61363

Please sign in to comment.