| Package | Description |
|---|---|
| dragon.nlp | |
| dragon.nlp.extract | |
| dragon.nlp.ontology | |
| dragon.nlp.ontology.mesh | |
| dragon.nlp.ontology.umls |
| Modifier and Type | Method and Description |
|---|---|
Term |
Term.getAttribute(int index) |
Term |
Term.getReferral() |
| Modifier and Type | Method and Description |
|---|---|
void |
Term.addAttribute(Term attr) |
int |
Term.compareTo(Term term) |
void |
Term.setReferral(Term referral) |
| Modifier and Type | Method and Description |
|---|---|
Term |
Abbreviation.get() |
Term |
Abbreviation.get(String abbr) |
protected Term |
BasicTermExtractor.lookup(Word starting,
Term prevTerm,
ArrayList termList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Abbreviation.isAbbrOfLastTerm(Word word,
Term lastTerm) |
boolean |
AttributeChecker.isAttribute(Term attr) |
protected Term |
BasicTermExtractor.lookup(Word starting,
Term prevTerm,
ArrayList termList) |
void |
Abbreviation.put(String abbr,
Term associatedTerm) |
| Modifier and Type | Method and Description |
|---|---|
Term |
Ontology.findTerm(Word starting)
Finds the longest term starting with the given word.
|
Term |
BasicOntology.findTerm(Word starting) |
Term |
Ontology.findTerm(Word starting,
Word ending)
Finds the longest term starting with given word and ending no later than the given word.
|
Term |
BasicOntology.findTerm(Word start,
Word end) |
| Modifier and Type | Method and Description |
|---|---|
double |
SimilarityMetric.getSimilarity(Term a,
Term b)
Computes the similarity between two onotlogical terms.
|
| Modifier and Type | Method and Description |
|---|---|
double |
MeshSimilarity.getSimilarity(Term a,
Term b) |
| Modifier and Type | Method and Description |
|---|---|
Term |
UmlsExactOntology.findTerm(Word start) |
Term |
UmlsAmbiguityOntology.findTerm(Word start) |
Term |
UmlsExactOntology.findTerm(Word start,
Word end) |
Term |
UmlsAmbiguityOntology.findTerm(Word start,
Word end) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.