| Modifier and Type | Method and Description |
|---|---|
Sentence |
CompletePipeline.parse(List<String> words) |
Sentence |
CompletePipeline.parse(String sentence) |
Sentence |
CompletePipeline.parseOraclePI(List<String> words,
List<Boolean> isPred) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SemanticRoleLabeler.parse(Sentence s) |
void |
SemanticRoleLabeler.parseSentence(Sentence s) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
Word.getMySentence() |
static Sentence |
Sentence.newDepsOnlySentence(String[] lines) |
static Sentence |
Sentence.newSentence(String[] lines) |
static Sentence |
Sentence.newSRLOnlySentence(String[] lines) |
| Constructor and Description |
|---|
Predicate(String[] CoNLL2009Columns,
Sentence s,
int idx)
Only use this constructor if you manually add the other attributes later on (i.e.
|
Word(Sentence s) |
Word(String[] CoNLL2009Columns,
Sentence s,
int idx) |
Word(String form,
String lemma,
String POS,
String feats,
Sentence mySentence,
int idx) |
Yield(Predicate pred,
Sentence sen,
String argLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PositionFeature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
void |
ArgDependentAttrFeature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
abstract void |
Feature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
void |
SetFeature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
void |
SingleFeature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
void |
ArgDependentFeatsFeature.addFeatures(Sentence s,
Collection<Integer> indices,
int predIndex,
int argIndex,
Integer offset,
boolean allWords) |
void |
Feature.extractFeatures(Sentence s,
boolean allWords) |
String |
PathFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
PositionFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
ArgDependentAttrFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
PredDependentBrown.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
PredDependentAttrFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
ArgDependentBrown.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
DepSubCatFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
abstract String |
SingleFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String |
QSingleSingleFeature.getFeatureString(Sentence s,
int predIndex,
int argIndex) |
String[] |
ChildSetFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
String[] |
QSingleSetFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
String[] |
QDoubleChildSetFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
String[] |
PredDependentFeatsFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
abstract String[] |
SetFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
String[] |
ArgDependentFeatsFeature.getFeatureStrings(Sentence s,
int predIndex,
int argIndex) |
abstract Word |
WordExtractor.getWord(Sentence s,
int predIndex,
int argIndex) |
protected void |
ChildSetFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
PathFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
PositionFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
ArgDependentAttrFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
ArgDependentBrown.performFeatureExtraction(Sentence s,
boolean allWords) |
protected abstract void |
Feature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
QDoubleChildSetFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
PredDependentFeatsFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
SetFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
SingleFeature.performFeatureExtraction(Sentence s,
boolean allWords)
This method works with features that have includeArgs==false.
|
protected void |
ArgDependentFeatsFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
protected void |
QSingleSingleFeature.performFeatureExtraction(Sentence s,
boolean allWords) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureGenerator.buildFeatureMaps(Iterable<Sentence> sentences) |
| Modifier and Type | Field and Description |
|---|---|
static List<List<Sentence>> |
SelectFeatures.CorpusStruct.testSets |
static List<List<Sentence>> |
SelectFeatures.CorpusStruct.trainingSets |
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.whatswrong.NLPInstance |
WhatsWrongHelper.getNLPInstance(Sentence s) |
| Modifier and Type | Field and Description |
|---|---|
protected Sentence |
AbstractCoNLL09Reader.nextSen |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Sentence> |
AbstractCoNLL09Reader.iterator() |
List<Sentence> |
SentenceReader.readAll() |
List<Sentence> |
AbstractCoNLL09Reader.readAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
SentenceWriter.write(Sentence s) |
void |
CoNLL09Writer.write(Sentence s) |
| Modifier and Type | Method and Description |
|---|---|
void |
PredicateIdentifier.extractInstances(Sentence s) |
void |
ArgumentIdentifier.extractInstances(Sentence s) |
abstract void |
AbstractStep.extractInstances(Sentence s) |
void |
ArgumentClassifier.extractInstances(Sentence s) |
void |
PredicateDisambiguator.extractInstances(Sentence s) |
void |
PipelineStep.extractInstances(Sentence s) |
void |
PredicateIdentifier.parse(Sentence s) |
void |
ArgumentIdentifier.parse(Sentence s) |
protected void |
Reranker.parse(Sentence sen) |
abstract void |
AbstractStep.parse(Sentence s) |
void |
ArgumentClassifier.parse(Sentence s) |
protected void |
Pipeline.parse(Sentence s) |
void |
PredicateDisambiguator.parse(Sentence s) |
void |
PipelineStep.parse(Sentence s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Pipeline.extractLabels(Iterable<Sentence> reader,
PredicateReference predicateReference,
List<String> argLabels) |
static Pipeline |
Pipeline.trainNewPipeline(Iterable<Sentence> sentences,
FeatureGenerator fg,
ZipOutputStream zos,
Map<Step,FeatureSet> featureSets) |
static Pipeline |
Pipeline.trainNewPipeline(Iterable<Sentence> sentences,
Map<Step,File> featureFiles,
ZipOutputStream zos,
BrownCluster bc) |
| Modifier and Type | Field and Description |
|---|---|
Sentence |
Sentence2RDF.sentence |
| Modifier and Type | Method and Description |
|---|---|
static String |
Sentence2RDF.sentence2RDF(Sentence s) |
| Constructor and Description |
|---|
Sentence2RDF(Sentence sentence,
int inx) |
| Modifier and Type | Method and Description |
|---|---|
double |
AbstractScorer.accScore(Sentence gold,
Sentence parsed) |
double |
PredicateIdentificationScorer.computeScore(Sentence gold,
Sentence parsed) |
abstract double |
AbstractScorer.computeScore(Sentence gold,
Sentence parsed) |
static double |
PredicateIdentificationScorer.score(Sentence gold,
Sentence parsed) |
Copyright © 2016. All rights reserved.