Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.