2017 © Pedro Peláez
 

library porter-stemmer

Porter Stemmer created by Richard Heyes

image

camspiers/porter-stemmer

Porter Stemmer created by Richard Heyes

  • Tuesday, March 22, 2016
  • by camspiers
  • Repository
  • 2 Watchers
  • 13 Stars
  • 61,895 Installations
  • PHP
  • 9 Dependents
  • 2 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Porter Stemmer by Richard Heyes

Installation (with composer)

{
    "require": {
        "camspiers/porter-stemmer": "1.0.0"
    }
}
$ composer install

Usage

$stem = Porter::Stem($word);

License

The MIT License (MIT), (*1)

Copyright (c) 2005-2016 Richard Heyes (http://www.phpguru.org/), (*2)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*3)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*4)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*5)

The Versions

22/03 2016

dev-master

9999999-dev https://github.com/camspiers/porter-stemmer

Porter Stemmer created by Richard Heyes

  Sources   Download

MIT

The Requires

  • php >=5.0

 

indexer stem

06/02 2013

1.0.0

1.0.0.0

Porter Stemmer created by Richard Heyes

  Sources   Download