https://github.com/jflinter/mfpporterstemmer
An algorithm to reduce words to their "stem" version, i.e. "tomatoes" => "tomato". Learn more at http://tartarus.org/martin/PorterStemmer/
https://github.com/jflinter/mfpporterstemmer
Last synced: 8 months ago
JSON representation
An algorithm to reduce words to their "stem" version, i.e. "tomatoes" => "tomato". Learn more at http://tartarus.org/martin/PorterStemmer/
- Host: GitHub
- URL: https://github.com/jflinter/mfpporterstemmer
- Owner: jflinter
- License: mit
- Created: 2014-03-04T19:43:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T19:49:57.000Z (about 12 years ago)
- Last Synced: 2025-10-03T15:59:35.756Z (8 months ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MFPPorterStemmer
## Installation
MFPPorterStemmer is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:
pod "MFPPorterStemmer"
## Author
jflinter, jflinter11@gmail.com
## License
MFPPorterStemmer is available under the MIT license. See the LICENSE file for more info.