| Package | Description |
|---|---|
| dragon.config | |
| dragon.nlp.extract | |
| dragon.nlp.ontology | |
| dragon.nlp.ontology.mesh | |
| dragon.nlp.ontology.umls |
| Modifier and Type | Method and Description |
|---|---|
Ontology |
OntologyConfig.getOntology(ConfigureNode node,
int ontologyID) |
Ontology |
OntologyConfig.getOntology(int taggerID) |
protected Ontology |
OntologyConfig.loadOntology(String ontologyName,
ConfigureNode node,
ConfigureNode ontologyNode) |
| Modifier and Type | Field and Description |
|---|---|
protected Ontology |
AbstractTermExtractor.ontology |
| Modifier and Type | Method and Description |
|---|---|
Ontology |
TermExtractor.getOntology()
Gets the ontology used for the term extractor.
|
Ontology |
AbstractTermExtractor.getOntology() |
| Constructor and Description |
|---|
AbstractTermExtractor(Ontology ontology,
Tagger tagger,
Lemmatiser lemmatiser) |
BasicTermExtractor(Ontology ontology,
Lemmatiser lemmatiser,
Tagger tagger) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOntology
The class implements all the basic functions related with ontology
|
class |
BasicOntology
Basic Ontology can be called directly for basic operations of a given ontology
|
| Modifier and Type | Method and Description |
|---|---|
Ontology |
SemanticNet.getOntology()
Gets the ontology the current semantic network belongs to
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMeshOntology
Ontology data structure for MeSH ontology
|
| Modifier and Type | Class and Description |
|---|---|
class |
UmlsAmbiguityOntology
UMLS ontology with sense disambiguation
|
class |
UmlsDBOntology
UMLS Ontology has functions of reading ontology from database
|
class |
UmlsExactOntology
UMLS ontology for extracting UMLS defined medical concepts (CUIs) from text
|
class |
UmlsFileBackedOntology
The class has functions of readingUMLS ontology from file
|
class |
UmlsOntology
Universal Medical Langauge System (UMLS) ontology
|
| Modifier and Type | Method and Description |
|---|---|
Ontology |
UmlsSemanticNet.getOntology() |
| Constructor and Description |
|---|
UmlsSemanticNet(Ontology ontology,
UmlsSTYList styList,
UmlsRelationNet relationNet) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.