| 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) |
| 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 |
|---|---|
Mention.MentionType |
Mention.getMentionType() |
static Mention.MentionType |
Mention.MentionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mention.MentionType[] |
Mention.MentionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Mention> |
Sentence.getMentions(Mention.MentionType mentionType) |
| Modifier and Type | Method and Description |
|---|---|
List<Mention> |
Sentence.getMentions(Token token,
Set<Mention.MentionType> mentionTypes) |
List<String> |
Sentence.getTokenLabels(TagFormat format,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
| Constructor and Description |
|---|
Mention(Sentence sentence,
int start,
int end,
EntityType entityType,
Mention.MentionType mentionType) |
Mention(Sentence sentence,
int start,
int end,
EntityType entityType,
Mention.MentionType mentionType,
Double probability) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.