|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.ie.keyphraseextraction.KeyphraseExtractor
de.aitools.ie.keyphraseextraction.RepeatedStringExtractor
public class RepeatedStringExtractor
This class implements an algorithm to extract keyphrases based on the detection of repeated string patterns. Such a pattern is a certain sequence of words which frequently occur in a given text. The algorithm was developed by Yuen-Hsien Tseng. Reference: Multilingual Keyword Extraction for Term Suggestion
Constructor Summary | |
---|---|
RepeatedStringExtractor(java.util.Locale locale)
Explicit constructor which initializes the extractor for certain locale. |
Method Summary |
---|
Methods inherited from class de.aitools.ie.keyphraseextraction.KeyphraseExtractor |
---|
extract, extract, extract, extract, getLocale, getTopPhrases, setLocale |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepeatedStringExtractor(java.util.Locale locale)
locale
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |