Package | Description |
---|---|
it.uniroma2.sag.kelp.data.dataset | |
it.uniroma2.sag.kelp.data.dataset.selector | |
it.uniroma2.sag.kelp.data.example |
Modifier and Type | Method and Description |
---|---|
void |
SequenceDataset.populate(String inputFilePath) |
SequenceExample |
SequenceDatasetReader.readNextExample()
Returns the next example
|
Example |
DatasetReader.readNextExample()
Returns the next example
|
Modifier and Type | Method and Description |
---|---|
List<Example> |
FirstExamplesSelector.select(DatasetReader datasetReader)
This function allows to select a subset of
Example s from the
input DatasetReader |
Modifier and Type | Method and Description |
---|---|
static Example |
ExampleFactory.parseExample(String exampleDescription) |
static Map.Entry<String,Representation> |
ExampleFactory.parseSingleRepresentation(String textualRepresentation)
Parse a single
Representation from its string representation |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.