Modifier and Type | Method and Description |
---|---|
static String |
BayraktarPatternLabeler.getLabel(Comma comma) |
static boolean |
BayraktarPatternLabeler.isLabelAvailable(Comma comma)
checks if the given commas bayraktar pattern has been annotated
|
Modifier and Type | Method and Description |
---|---|
Comma |
CommaSRLSentence.getNextComma(Comma curr_c) |
Comma |
CommaSRLSentence.getNextSiblingComma(Comma curr_c) |
Comma |
CommaSRLSentence.getPreviousComma(Comma curr_c) |
Comma |
CommaSRLSentence.getPreviousSiblingComma(Comma curr_c) |
Comma |
Comma.getSiblingCommaHead() |
Modifier and Type | Method and Description |
---|---|
List<Comma> |
CommaSRLSentence.getCommas() |
Collection<Comma> |
CommaSRLSentence.getFirstCommasWhichAreNotLast() |
Collection<Comma> |
CommaSRLSentence.getFirstSiblingCommasWhichAreNotLast() |
Collection<Comma> |
CommaSRLSentence.getMiddleCommas() |
Collection<Comma> |
CommaSRLSentence.getMiddleSiblingCommas() |
List<Comma> |
Comma.getSiblingCommas() |
Modifier and Type | Method and Description |
---|---|
Comma |
CommaSRLSentence.getNextComma(Comma curr_c) |
Comma |
CommaSRLSentence.getNextSiblingComma(Comma curr_c) |
Comma |
CommaSRLSentence.getPreviousComma(Comma curr_c) |
Comma |
CommaSRLSentence.getPreviousSiblingComma(Comma curr_c) |
boolean |
Comma.isSibling(Comma otherComma) |
Modifier and Type | Method and Description |
---|---|
static CommaSRLSentence |
ListCommasConstrainedInference.findHead(Comma c) |
static CommaSRLSentence |
LocativePairConstrainedInference.findHead(Comma c) |
static CommaSRLSentence |
OxfordCommaConstrainedInference.findHead(Comma c) |
static CommaSRLSentence |
SubstitutePairConstrainedInference.findHead(Comma c) |
Modifier and Type | Method and Description |
---|---|
List<Comma> |
PrettyCorpusReader.getCommas() |
Modifier and Type | Field and Description |
---|---|
List<Comma> |
CommaSequence.sortedCommas |
Constructor and Description |
---|
CommaSequence(List<Comma> commas,
edu.illinois.cs.cogcomp.sl.util.Lexiconer lexicon,
List<edu.illinois.cs.cogcomp.lbjava.classify.Classifier> lbjExtractors) |
Copyright © 2017. All rights reserved.