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: 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/

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.