| Package | Description |
|---|---|
| banner.eval | |
| banner.tagging | |
| banner.tagging.pipe | |
| banner.types |
| Modifier and Type | Method and Description |
|---|---|
static String |
BANNER.getTrainingText(Sentence sentence,
TagFormat format,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
| Modifier and Type | Method and Description |
|---|---|
static TagFormat |
TagFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagFormat[] |
TagFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TagPosition |
TagPosition.convert(TagFormat format) |
static String |
TagPosition.getPositionText(TagFormat format,
Mention mention,
int index) |
static CRFTagger |
CRFTagger.train(Set<Sentence> sentences,
int order,
TagFormat format,
FeatureSet featureSet)
|
| 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) |
| Constructor and Description |
|---|
Sentence2TokenSequence(TagFormat format,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Sentence.getTokenLabels(TagFormat format,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.