SkillAgentSearch skills...

Pyporter2

A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html

Install / Use

/learn @mdirolf/Pyporter2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyporter2: A python implementation of the Porter2 stemmer.

See http://snowball.tartarus.org/algorithms/english/stemmer.html

USAGE

import Stemmer stemmer = Stemmer.Stemmer('english') stemmer.stemWord('stemming') 'stem'

UNIT TESTS

To run the unit tests do:

python Stemmer.py

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated2mo ago
Forks6

Languages

Python

Security Score

75/100

Audited on Jan 21, 2026

No findings