Package | Description |
---|---|
edu.illinois.cs.cogcomp.comma.datastructures | |
edu.illinois.cs.cogcomp.comma.lbj | |
edu.illinois.cs.cogcomp.comma.readers | |
edu.illinois.cs.cogcomp.comma.sl |
Modifier and Type | Method and Description |
---|---|
CommaSRLSentence |
Comma.getSentence() |
static CommaSRLSentence |
CommaSRLSentence.makeSentence(TextAnnotation ta,
TextAnnotation goldTa,
List<String> singleLabels)
helper for constructing sentences in which all commas have a single label
|
Constructor and Description |
---|
Comma(int commaPosition,
CommaSRLSentence s)
Comma constructor for when labels are not known
|
Comma(int commaPosition,
CommaSRLSentence s,
List<String> labels)
Comma constructor when labels are known
|
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) |
Constructor and Description |
---|
ListCommasConstrainedInference(CommaSRLSentence head) |
LocativePairConstrainedInference(CommaSRLSentence head) |
OxfordCommaConstrainedInference(CommaSRLSentence head) |
SubstitutePairConstrainedInference(CommaSRLSentence head) |
Modifier and Type | Method and Description |
---|---|
CommaSRLSentence |
PrettyCorpusReader.next() |
Modifier and Type | Method and Description |
---|---|
List<CommaSRLSentence> |
PrettyCorpusReader.getSentences() |
Constructor and Description |
---|
CommaParser(List<CommaSRLSentence> sentences,
CommaParser.Ordering ordering,
boolean orderCommasBySentence) |
Modifier and Type | Method and Description |
---|---|
static List<CommaSequence> |
CommaIOManager.getCommaSequences(CommaSRLSentence sentence,
edu.illinois.cs.cogcomp.sl.util.Lexiconer lexicon,
List<edu.illinois.cs.cogcomp.lbjava.classify.Classifier> lbjExtractors) |
Modifier and Type | Method and Description |
---|---|
static edu.illinois.cs.cogcomp.sl.core.SLProblem |
CommaIOManager.readProblem(List<CommaSRLSentence> sentences,
edu.illinois.cs.cogcomp.sl.util.Lexiconer lexicon,
List<edu.illinois.cs.cogcomp.lbjava.classify.Classifier> lbjExtractors,
edu.illinois.cs.cogcomp.lbjava.classify.Classifier lbjLabeler) |
EvaluateDiscrete |
StructuredCommaClassifier.test(List<CommaSRLSentence> sentences,
String predictionFileName) |
void |
StructuredCommaClassifier.train(List<CommaSRLSentence> sentences,
String modelPath) |
Copyright © 2017. All rights reserved.