public class UmlsFileBackedOntology extends UmlsExactOntology implements Ontology
The class has functions of readingUMLS ontology from file
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
UmlsFileBackedOntology(Lemmatiser lemmatiser) |
UmlsFileBackedOntology(String workDir,
Lemmatiser lemmatiser) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCUI(String term)
Gets all possible concept ids the specified term has
|
SemanticNet |
getSemanticNet()
Gets the semantic network of the ontology
|
String[] |
getSemanticType(String cui)
Gets all possible semantic types of the given concept
|
boolean |
isTerm(String term)
Tests if the given term is defined in the ontology.
|
buildNormalizedTerm, findAllTerms, findAllTerms, findTerm, findTerm, getCUI, getSemanticType, isTermbuildString, getAdjectiveTermOption, getCoordinateOption, getLemma, getLemmaOption, getNonBoundaryPunctuation, getNPPOption, getSenseDisambiguationOption, getSimilarityMetric, isBoundaryWord, isStartingWord, isUsefulForTerm, setAdjectiveTermOption, setCoordinateOption, setLemmaOption, setNonBoundaryPunctuation, setNPPOption, setSenseDisambiguationOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAllTerms, findAllTerms, findTerm, findTerm, getAdjectiveTermOption, getCoordinateOption, getCUI, getLemmaOption, getNPPOption, getSemanticType, getSenseDisambiguationOption, getSimilarityMetric, isStartingWord, isTerm, setAdjectiveTermOption, setCoordinateOption, setLemmaOption, setNPPOption, setSenseDisambiguationOptionpublic UmlsFileBackedOntology(Lemmatiser lemmatiser)
public UmlsFileBackedOntology(String workDir, Lemmatiser lemmatiser)
public SemanticNet getSemanticNet()
OntologygetSemanticNet in interface OntologygetSemanticNet in class AbstractOntologypublic String[] getSemanticType(String cui)
OntologygetSemanticType in interface OntologygetSemanticType in class UmlsExactOntologycui - the concept idpublic String[] getCUI(String term)
OntologygetCUI in interface OntologygetCUI in class UmlsExactOntologyterm - the term for testingpublic boolean isTerm(String term)
OntologyisTerm in interface OntologyisTerm in class UmlsExactOntologyterm - the term for testingCopyright © 2018 JULIE Lab, Germany. All rights reserved.