Rand Stats

Lingua::EN::Stem::Porter

zef:raku-community-modules

Actions Status

NAME

Lingua::EN::Stem::Porter - Implementation of the Porter stemming algorithm

SYNOPSIS

use Lingua::EN::Stem::Porter;

say porter("establishment");  # establish

DESCRIPTION

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.

AUTHOR

John Spurr

COPYRIGHT AND LICENSE

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.