|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.Keywords
Class Keywords is a util class to extract keywords from a string See {#link #getIgnoreVector} for config options
| Constructor Summary | |
Keywords()
|
|
| Method Summary | |
static java.util.Vector |
createKeywords(java.lang.String s)
createKeywords creates keywords from the passed string s It ignores words shorter than MINKEYWORDLENGTH and words given by ignoreVector. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Keywords()
| Method Detail |
public static java.util.Vector createKeywords(java.lang.String s)
String - s: the string to convert to keywords
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||