| Package | Description |
|---|---|
| dragon.config | |
| dragon.nlp.extract | |
| dragon.nlp.ontology |
| Modifier and Type | Method and Description |
|---|---|
Vocabulary |
VocabularyConfig.getVocabulary(ConfigureNode node,
int vocabularyID) |
Vocabulary |
VocabularyConfig.getVocabulary(int vocabularyID) |
protected Vocabulary |
VocabularyConfig.loadVocabulary(String vocabularyName,
ConfigureNode vocabularyNode) |
| Modifier and Type | Field and Description |
|---|---|
protected Vocabulary |
AbstractPhraseExtractor.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
Vocabulary |
PhraseExtractor.getVocabulary()
Gets the phrase dictionary
|
Vocabulary |
AbstractPhraseExtractor.getVocabulary() |
| Constructor and Description |
|---|
AbstractPhraseExtractor(Vocabulary vocabulary,
Tagger tagger,
Lemmatiser lemmatiser) |
BasicPhraseExtractor(Vocabulary vocabulary,
Lemmatiser lemmatiser,
Tagger tagger) |
BasicPhraseExtractor(Vocabulary vocabulary,
Lemmatiser lemmatiser,
Tagger tagger,
boolean overlappedPhrase) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVocabulary
The class implements all the basic functions related with vocabulary
|
class |
BasicVocabulary
The class can be called directly to support vocabulary operations
|
class |
ChineseVocabulary
Chinese Vocabulary
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.