public interface PhraseExtractor extends ConceptExtractor
Interface of Mutliword Phrase Extractor
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
Tagger |
getPOSTagger()
Gets the part of speech tagger used for the phrase extractor
|
boolean |
getSingleAdjectiveOption()
Tests if the single-word adjectives will be extracted.
|
boolean |
getSingleNounOption()
Tests if the single-word nouns will be extracted.
|
boolean |
getSingleVerbOption()
Tests if the single-word verbs will be extracted.
|
Vocabulary |
getVocabulary()
Gets the phrase dictionary
|
void |
setSingleAdjectiveOption(boolean option)
Sets the option of extracting single-word adjectives.
|
void |
setSingleNounOption(boolean option)
Sets the option of extracting single-word nouns.
|
void |
setSingleVerbOption(boolean option)
Sets the option of extracting single-word verbs.
|
extractFromDoc, extractFromDoc, extractFromSentence, getConceptFilter, getConceptList, getDocumentParser, getFilteringOption, getLemmatiser, getSubConceptOption, initDocExtraction, mergeConceptByEntryID, mergeConceptByName, print, print, setConceptFilter, setDocumentParser, setFilteringOption, setLemmatiser, setSubConceptOption, supportConceptEntry, supportConceptNameTagger getPOSTagger()
Vocabulary getVocabulary()
void setSingleNounOption(boolean option)
option - the option of extracting single-word nounsboolean getSingleNounOption()
void setSingleVerbOption(boolean option)
option - the option of extracting single-word verbsboolean getSingleVerbOption()
void setSingleAdjectiveOption(boolean option)
option - the option of extracting single-word adjectivesboolean getSingleAdjectiveOption()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.