| Package | Description |
|---|---|
| dragon.config | |
| dragon.nlp.extract | |
| dragon.nlp.tool | |
| dragon.nlp.tool.xtract |
| Modifier and Type | Method and Description |
|---|---|
Tagger |
TaggerConfig.getTagger(ConfigureNode node,
int taggerID) |
Tagger |
TaggerConfig.getTagger(int taggerID) |
protected Tagger |
TaggerConfig.loadTagger(String taggerName,
ConfigureNode taggerNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhraseExtractAppConfig.phraseExtract(String indexFolder,
int maxSpan,
CollectionReader[] crs,
Lemmatiser lemmatiser,
Tagger tagger,
String wordDelimitor,
double strength,
double peakZScore,
double spread,
double expandRatio,
int maxPhraseLength,
String phraseFile,
String vobFile) |
| Modifier and Type | Field and Description |
|---|---|
protected Tagger |
AbstractTermExtractor.tagger |
protected Tagger |
AbstractPhraseExtractor.tagger |
| Modifier and Type | Method and Description |
|---|---|
Tagger |
TermExtractor.getPOSTagger()
Gets the part of speech tagger used for the term extractor
|
Tagger |
PhraseExtractor.getPOSTagger()
Gets the part of speech tagger used for the phrase extractor
|
Tagger |
AbstractTermExtractor.getPOSTagger() |
Tagger |
AbstractPhraseExtractor.getPOSTagger() |
| Constructor and Description |
|---|
AbstractPhraseExtractor(Vocabulary vocabulary,
Tagger tagger,
Lemmatiser lemmatiser) |
AbstractTermExtractor(Ontology ontology,
Tagger tagger,
Lemmatiser lemmatiser) |
BasicPhraseExtractor(Vocabulary vocabulary,
Lemmatiser lemmatiser,
Tagger tagger) |
BasicPhraseExtractor(Vocabulary vocabulary,
Lemmatiser lemmatiser,
Tagger tagger,
boolean overlappedPhrase) |
BasicTermExtractor(Ontology ontology,
Lemmatiser lemmatiser,
Tagger tagger) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrillTagger
Java version of Brill's Part-of-Speech Tagger
|
class |
HeppleTagger
Hepple tagger adopted from hepple.postag
|
class |
MedPostTagger
MedPost tagger adopted from gov.nih.nlm.nls.mps.POSTagger
|
| Modifier and Type | Field and Description |
|---|---|
protected Tagger |
EngWordPairIndexer.tagger |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleXtract.index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
SimpleXtract.index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
void |
SimpleXtract.index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
SimpleXtract.index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
| Constructor and Description |
|---|
EngWordPairIndexer(String folder,
int maxSpan,
Tagger tagger,
Lemmatiser lemmatiser) |
EngWordPairIndexer(String folder,
int maxSpan,
Tagger tagger,
Lemmatiser lemmatiser,
WordPairGenerator pairGenerator) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.