|
successor_variety_stemmer
successor_variety_stemmer (term, word_list, flag)
|
Added in advas.0.0.4
Calculates the terms'stem according to the successor variety algorithm. As a special variant, the peak-and-plateau method is used.
In: |
term |
a word that's stem shall be calculated |
|
word_list |
list of words |
|
flag |
1: use word_list |
|
|
2: word_list is interpreted as a file name and the list is read from the given file |
Out: |
|
a list of stems the given term consists of |
|
|