|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.dbxml.db.common.fulltext.PorterStemmer
| Constructor Summary | |
PorterStemmer()
|
|
| Method Summary | |
java.lang.String |
normalizeCase(java.lang.String word)
normalizeCase normalizes the case of the specific word. |
java.lang.String |
stemWord(java.lang.String word)
stemWord stems the specified word. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PorterStemmer()
| Method Detail |
public java.lang.String normalizeCase(java.lang.String word)
WordStemmer
normalizeCase in interface WordStemmerword - The word to normalize
public java.lang.String stemWord(java.lang.String word)
WordStemmer
stemWord in interface WordStemmerword - The word to stem
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||