Package | Description |
---|---|
de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
de.up.ling.irtg.corpus |
Classes for working with corpora.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Modifier and Type | Method and Description |
---|---|
void |
InterpretedTreeAutomaton.bulkParse(Corpus input,
Consumer<Instance> corpusConsumer,
ProgressListener listener)
Reads all inputs for this IRTG from a corpus and parses them.
|
void |
InterpretedTreeAutomaton.bulkParse(Corpus input,
Predicate<Instance> filter,
Consumer<Instance> corpusConsumer,
ProgressListener listener)
Reads inputs for this IRTG from a corpus and parses them.
|
void |
InterpretedTreeAutomaton.bulkParse(Corpus input,
Predicate<Instance> filter,
Consumer<Instance> corpusConsumer,
ProgressListener listener)
Reads inputs for this IRTG from a corpus and parses them.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withChart(TreeAutomaton chart) |
Modifier and Type | Method and Description |
---|---|
Iterator<Instance> |
ChartAttacher.attach(Iterator<Instance> source)
This method must accept an instance iterator and return another instance
iterator which only returns instances that are copies of the original with
charts attached.
|
Iterator<Instance> |
OnTheFlyCharts.attach(Iterator<Instance> source) |
Iterator<Instance> |
Charts.attach(Iterator<Instance> source) |
Iterator<Instance> |
Corpus.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCorpusWriter.accept(Instance t) |
void |
Corpus.addInstance(Instance instance)
Adds a new instance to the corpus.
|
void |
CorpusWriter.writeInstance(Instance inst) |
abstract void |
AbstractCorpusWriter.writeInstance(Instance inst) |
Modifier and Type | Method and Description |
---|---|
Iterator<Instance> |
ChartAttacher.attach(Iterator<Instance> source)
This method must accept an instance iterator and return another instance
iterator which only returns instances that are copies of the original with
charts attached.
|
Iterator<Instance> |
OnTheFlyCharts.attach(Iterator<Instance> source) |
Iterator<Instance> |
Charts.attach(Iterator<Instance> source) |
void |
Corpus.sort(Comparator<Instance> comparator)
Re-orders the instances in this corpus according to the order induced by
the comparator.
|
Modifier and Type | Method and Description |
---|---|
static Tree<String> |
ParsingEvaluator.parseCtf(CoarseToFineParser ctfp,
Instance inst,
String interpretation) |
Copyright © 2017. All rights reserved.