https://github.com/statusfailed/porter-stemmer
https://github.com/statusfailed/porter-stemmer
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statusfailed/porter-stemmer
- Owner: statusfailed
- Created: 2012-02-12T15:14:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-12T15:20:11.000Z (about 14 years ago)
- Last Synced: 2025-01-31T08:18:53.580Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A porter stemmer written in Go as part of my MSc thesis.
Algorithm described here: http://tartarus.org/~martin/PorterStemmer/index.html
Function names are as close as possible to the original algorithm. You should
use the "Porter" method to stem your words.
I am not maintaining this code anymore, but thought it might be useful to
someone.