Package dragon.nlp.ontology

A framework for ontology data structures as well as the implementation of UMLS and MeSH ontologies.

See:
          Description

Interface Summary
Ontology Interface of Ontology
SemanticNet Interface of Semantic Network
SimilarityMetric Interface of Similarity Metrics
Vocabulary Inerface of Phrase Dictionary
 

Class Summary
AbstractOntology The class implements all the basic functions related with ontology
AbstractVocabulary The class implements all the basic functions related with vocabulary
BasicOntology Basic Ontology can be called directly for basic operations of a given ontology
BasicTerm A light data structure for term of a given ontology
BasicTermList List of basic terms in ontology
BasicVocabulary The class can be called directly to support vocabulary operations
ChineseVocabulary Chinese Vocabulary
 

Package dragon.nlp.ontology Description

A framework for ontology data structures as well as the implementation of UMLS and MeSH ontologies.

Package Specification

An ontology includes three parts in the notion of the dragon toolkit. The first part is the extraction of ontological concepts from texts. The second is the semantic network. The third is the smililarity metrics pair-wised ontological concepts.