Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T19:49:57.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T08:55:49.868Z (2 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, [email protected]
## License
MFPPorterStemmer is available under the MIT license. See the LICENSE file for more info.