|
||||||||||
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.HeadNounPhraseExtractor
public class HeadNounPhraseExtractor
This class implements an algorithm to extract key phrases known as head noun phrases. A head noun phrase is a sequence of words consisting of a head noun and zero or more premodifying adjectives and/or nouns. The algorithm was developed by Ken Barker and Nadia Cornacchia. Reference: Using Noun Phrase Heads to Extract Document Keyphrases
Constructor Summary | |
---|---|
HeadNounPhraseExtractor(java.util.Locale locale)
Another explicit constructor. |
Method Summary | |
---|---|
void |
setWordExtractor(Decomposition decomposer)
|
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 HeadNounPhraseExtractor(java.util.Locale locale)
locale
- the locale to initialize the part-of-speech tagger.Method Detail |
---|
public void setWordExtractor(Decomposition decomposer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |