| Package | Description |
|---|---|
| banner.eval | |
| banner.eval.dataset | |
| banner.normalization | |
| banner.postprocessing | |
| banner.tagging | |
| banner.tagging.dictionary | |
| banner.tokenization | |
| banner.types |
| Modifier and Type | Method and Description |
|---|---|
static Sentence |
BANNER.process(Tagger tagger,
Tokenizer tokenizer,
PostProcessor postProcessor,
Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
static String |
BANNER.getTrainingText(Sentence sentence,
TagFormat format,
Set<Mention.MentionType> mentionTypes,
Sentence.OverlapOption sameType,
Sentence.OverlapOption differentType) |
static void |
BANNER.outputMentions(Sentence sentence,
PrintWriter mentionOutputFile,
boolean onlyNonBlank,
boolean ignoreWhitespace) |
static Sentence |
BANNER.process(Tagger tagger,
Tokenizer tokenizer,
PostProcessor postProcessor,
Sentence sentence) |
void |
BANNER.Performance.update(Sentence sentenceRequired,
Sentence sentenceFound) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BANNER.logInput(Set<Sentence> sentences,
org.apache.commons.configuration.HierarchicalConfiguration config) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Sentence> |
Dataset.sentences |
| Modifier and Type | Method and Description |
|---|---|
protected Sentence |
AZDCDataset.getSentence(String sentenceId,
String documentId,
String sentenceText,
Tokenizer tokenizer,
HashMap<String,LinkedList<Dataset.Tag>> tags,
Map<String,Set<String>> nameToId,
Map<String,Set<String>> idToName) |
protected Sentence |
BC2GMDataset.getSentence(String id,
String sentenceText,
Tokenizer tokenizer,
HashMap<String,LinkedList<Dataset.Tag>> tags) |
| Modifier and Type | Method and Description |
|---|---|
Set<Sentence> |
Dataset.getSentences() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BC2GMDataset.addAlternateMentions(Sentence sentence,
HashMap<String,LinkedList<Dataset.Tag>> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
MentionDisambiguator.disambiguateMentions(Sentence sentence) |
void |
BestMatchDisambiguator.disambiguateMentions(Sentence sentence) |
void |
MentionIdentifier.identifyMentions(Sentence sentence) |
void |
IndexedMentionIdentifier.identifyMentions(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FlattenPostProcessor.FlattenType.handle(Sentence sentence,
Set<Mention> overlapping) |
void |
ThresholdMentionProbabilityPostProcessor.postProcess(Sentence sentence) |
void |
SequentialPostProcessor.postProcess(Sentence sentence) |
void |
PostProcessor.postProcess(Sentence sentence) |
void |
ParenthesisPostProcessor.postProcess(Sentence sentence)
Removes
Mentions which contain a mismatched parenthesis ("(" or ")"), square bracket ("[" or "]") or
curly bracket ("{" or "}"). |
void |
OneSensePerDiscoursePostProcessor.postProcess(Sentence sentence) |
void |
LocalAbbreviationPostProcessor.postProcess(Sentence sentence) |
void |
FlattenPostProcessor.postProcess(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
void |
OneSensePerDocument.process(List<Sentence> sentences) |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
CRFTagger.getFeatureRepresentation(Sentence sentence) |
protected cc.mallet.types.Instance |
CRFTagger.getInstance(Sentence sentence) |
void |
Tagger.tag(Sentence sentence)
|
void |
NBestCRFTagger.tag(Sentence sentence) |
void |
CRFTagger.tag(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
static CRFTagger |
CRFTagger.train(Set<Sentence> sentences,
int order,
TagFormat format,
FeatureSet featureSet)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryTagger.tag(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tokenizer.tokenize(Sentence sentence)
Tokenizes the given
Sentence |
void |
SimpleTokenizer.tokenize(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
Sentence.copy(boolean includeTokens,
boolean includeMentions) |
Sentence |
Token.getSentence() |
Sentence |
Mention.getSentence() |
| Modifier and Type | Method and Description |
|---|---|
Mention |
Mention.copy(Sentence sentence2) |
| 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) |
Token(Sentence sentence,
int start,
int end)
The token is from character start to character end - 1
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.