# README
Snowball Hungarian
This package implements the Hungarian language Snowball stemmer algorithm by [[email protected]](Anna Tordai).
Implementation
The Hungarian language stemmer comprises preprocessing, a number of steps,
and postprocessing. Each of these is defined in a separate file in this
package. All of the steps operate on a SnowballWord
from the
snowballword
package and modify the word in place.
# Functions
IsStopWord returns true it the word is a stop word.
Stem an Hungarian word.
No description provided by the author