public interface TermExtractor extends ConceptExtractor
Interface of Ontological Term Extractors
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
enableAttributeCheckOption(AttributeChecker checker) |
boolean |
enableCompoundTermPredictOption(String suffixFilename)
Enable the option compound term prediction.
|
boolean |
getAbbreviationOption()
Gets the option of checking terms in abbreviation.
|
boolean |
getAttributeCheckOption() |
boolean |
getCompoundTermPredictOption()
Gets the option of predicting compound terms.
|
boolean |
getCoordinatingCheckOption()
Gets the option of checking the coordinating terms
|
boolean |
getCoordinatingTermPredictOption()
Gets the option of predicting terms according to coordinating relationship.
|
Ontology |
getOntology()
Gets the ontology used for the term extractor.
|
Tagger |
getPOSTagger()
Gets the part of speech tagger used for the term extractor
|
boolean |
getSemanticCheckOption()
Gets the option of checking the semantic type of the extracted term
|
void |
setAbbreviationOption(boolean option)
Sets the option of checking terms in abbreviation.
|
void |
setAttributeCheckOption(boolean option) |
void |
setCompoundTermPredictOption(boolean option)
Sets the option of predicting compound terms.
|
void |
setCoordinatingCheckOption(boolean option)
Set the option of checking the coordinating terms
|
void |
setCoordinatingTermPredictOption(boolean option)
Sets the option of predicting terms according to coordinating relationship.
|
void |
setSemanticCheckOption(boolean option)
Sets the option of checking the semantic type of the extracted term
|
extractFromDoc, extractFromDoc, extractFromSentence, getConceptFilter, getConceptList, getDocumentParser, getFilteringOption, getLemmatiser, getSubConceptOption, initDocExtraction, mergeConceptByEntryID, mergeConceptByName, print, print, setConceptFilter, setDocumentParser, setFilteringOption, setLemmatiser, setSubConceptOption, supportConceptEntry, supportConceptNameTagger getPOSTagger()
Ontology getOntology()
void setCoordinatingCheckOption(boolean option)
option - the option of checking the coordinating termsboolean getCoordinatingCheckOption()
void setAbbreviationOption(boolean option)
option - the option of checking terms in abbreviation.boolean getAbbreviationOption()
void setAttributeCheckOption(boolean option)
boolean getAttributeCheckOption()
boolean enableAttributeCheckOption(AttributeChecker checker)
boolean getSemanticCheckOption()
void setSemanticCheckOption(boolean option)
option - the option of checking the semantic type of the extracted termboolean getCoordinatingTermPredictOption()
void setCoordinatingTermPredictOption(boolean option)
option - the option of predicting terms according to coordinating relationship.boolean getCompoundTermPredictOption()
void setCompoundTermPredictOption(boolean option)
option - the option of predicting compound terms.boolean enableCompoundTermPredictOption(String suffixFilename)
suffixFilename - the name of the file containing a list of suffix for compound termsCopyright © 2018 JULIE Lab, Germany. All rights reserved.