|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.conceptMapper.support.stemmer.JunkStemmer
public class JunkStemmer
| Constructor Summary | |
|---|---|
JunkStemmer()
|
|
| Method Summary | |
|---|---|
void |
initialize(java.lang.String dictionary)
Initialize the stemmer with a dictionary |
java.lang.String |
stem(java.lang.String token)
Take a single token in as a String, stem the token, and return the stemmed
token as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JunkStemmer()
| Method Detail |
|---|
public java.lang.String stem(java.lang.String token)
StemmerString, stem the token, and return the stemmed
token as a String.
stem in interface Stemmertoken - the input token to stem
public void initialize(java.lang.String dictionary)
Stemmer
initialize in interface Stemmer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||