| Package | Description |
|---|---|
| banner.eval | |
| banner.tagging | |
| banner.tagging.dictionary | |
| banner.tagging.pipe |
| Modifier and Type | Method and Description |
|---|---|
static Sentence |
BANNER.process(Tagger tagger,
Tokenizer tokenizer,
PostProcessor postProcessor,
Sentence sentence) |
static BANNER.Performance |
BANNER.test(Dataset dataset,
Tagger tagger,
org.apache.commons.configuration.HierarchicalConfiguration config) |
static BANNER.Performance |
BANNER.test(Dataset dataset,
Tagger tagger,
org.apache.commons.configuration.HierarchicalConfiguration config,
String filenameSuffix) |
| Modifier and Type | Class and Description |
|---|---|
class |
CRFTagger |
class |
NBestCRFTagger |
| Modifier and Type | Method and Description |
|---|---|
static NBestCRFTagger |
NBestCRFTagger.load(File f,
dragon.nlp.tool.Lemmatiser lemmatiser,
dragon.nlp.tool.Tagger posTagger,
Tagger preTagger,
int n,
boolean useMaxConfidence) |
static CRFTagger |
CRFTagger.load(InputStream f,
dragon.nlp.tool.Lemmatiser lemmatiser,
dragon.nlp.tool.Tagger posTagger,
Tagger preTagger)
Loads a
CRFTagger from the specified file. |
void |
FeatureSet.setPreTagger(Tagger preTagger) |
| Constructor and Description |
|---|
FeatureSet(TagFormat format,
dragon.nlp.tool.Lemmatiser lemmatiser,
dragon.nlp.tool.Tagger posTagger,
Tagger preTagger,
String simFindFilename,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryTagger
This class represents a very simple dictionary-based tagger.
|
class |
UMLSMetathesaurusDictionaryTagger |
| Modifier and Type | Method and Description |
|---|---|
void |
Pretagger.setPreTagger(Tagger preTagger) |
| Constructor and Description |
|---|
Pretagger(String prefix,
Tagger preTagger) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.