Documentation
¶
Overview ¶
An implementation of the Porter Stemming algorithm for the italian language.
See: http://snowball.tartarus.org/algorithms/italian/stemmer.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StemString ¶
Stem returns the italian stemming for the string s, lowercased.
func StemWithoutLowerCasing ¶
StemWithoutLowerCasing returns the italian stemming for the word s.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.