| Package | Description |
|---|---|
| edu.washington.cs.knowitall.extractor.conf |
| Modifier and Type | Method and Description |
|---|---|
Iterable<LabeledBinaryExtraction> |
LabeledBinaryExtractionReader.readExtractions() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledBinaryExtractionWriter.writeExtraction(LabeledBinaryExtraction extr)
Writes the given labeled extraction to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledBinaryExtractionWriter.writeExtractions(Iterable<LabeledBinaryExtraction> extrs)
Writes the given labeled extractions to the output stream.
|
| Constructor and Description |
|---|
ReVerbOpenNlpClassifierTrainer(Iterable<LabeledBinaryExtraction> examples)
Constructs and trains a new Logistic classifier using the given examples.
|
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.