Package | Description |
---|---|
de.up.ling.irtg |
This package contains the core classes for Alto, which represent Interpreted
Regular tree grammars.
|
de.up.ling.irtg.automata.coarse_to_fine |
Classes used to implement coarse-to-fine parsing.
|
de.up.ling.irtg.codec |
Classes for reading and writing IRTGs, tree automata,
and other objects.
|
de.up.ling.irtg.corpus |
Classes for working with corpora.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Modifier and Type | Method and Description |
---|---|
Corpus |
InterpretedTreeAutomaton.readCorpus(Reader reader)
Loads a corpus for this IRTG using the given a reader.
|
Modifier and Type | Method and Description |
---|---|
static void |
SiblingFinderCoarserstParser.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
BolinasGraphOutputCodec.main(String[] args)
Reads an AMR-Bank from a file and outputs it in Bolinas format.
|
Modifier and Type | Method and Description |
---|---|
static Corpus |
Corpus.readCorpus(Reader reader,
InterpretedTreeAutomaton irtg)
Reads a corpus from a string format available via a reader.
|
static Corpus |
Corpus.readCorpusLenient(Reader reader,
InterpretedTreeAutomaton irtg)
A version of readCorpus that allows interpretations in the corpus file to not be declared in the grammar.
|
Modifier and Type | Method and Description |
---|---|
static void |
CorpusParser.main(String[] args) |
static void |
ParsingEvaluator.main(String[] args) |
Copyright © 2017. All rights reserved.