Help language development. Donate to The Perl Foundation
Lingua::EN::Stem::Porter - Implementation of the Porter stemming algorithm
use Lingua::EN::Stem::Porter; say porter("establishment"); # establish
Lingua::EN::Stem::Porter implements the Porter stemming algorithm by exporting a single subroutine porter
which takes an English word and returns the stem given by the Porter algorithm.
John Spurr
Copyright 2016 John Spurr
Copyright 2017 - 2022 Raku Community
This library is free software; you can redistribute it and/or modify it under the MIT License 2.0.