Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AlgebraStringRepresentationOutputCodec<E>
A codec that uses an algebra's
Algebra.representAsString(java.lang.Object) method
to encode an object as a string. |
class |
BinaryIrtgOutputCodec
An output codec for IRTGs in a binary file format.
|
class |
BolinasGraphOutputCodec
An output codec for storing an s-graph in a format that
the Bolinas tool
can read.
|
class |
GraphVizDotOutputCodec
Output codec for visualizing s-graphs with the GraphViz tool (see graphvix.org).
|
class |
ListOutputCodec
Deprecated.
|
class |
NoSignatureBinaryIrtgOutputCodec
Use this with NoSignatureBinaryIrtgInputCodec, together with a reference IRTG that contains
the signatures that are not written here (note that the mapping from IDs to symbols
in the reference IRTG must be identical to the one in the IRTG written here).
|
class |
PtbTreeOutputCodec |
class |
SgraphAmrOutputCodec
Encodes an s-graph as an AMR in the style of the ISI AMR-banks.
|
class |
SgraphAmrWithSourcesOutputCodec
Encodes an s-graph as an AMR in the style of the ISI AMR-banks,
and also prints source names.
|
class |
TikzQtreeOutputCodec
An output codec that encodes Tree objects as Latex code,
using the the tikz-qtree
package.
|
class |
TikzSgraphOutputCodec
An output codec that encodes s-graphs as Latex code, using
the TikZ package.
|
class |
ToStringOutputCodec
An output codec that encodes arbitrary objects by simply
calling their
Object.toString() method. |
class |
TreeYieldOutputCodec
An output codec that converts a tree to its yield string.
|
Modifier and Type | Method and Description |
---|---|
static OutputCodec |
OutputCodec.getOutputCodecByExtension(String extension) |
static OutputCodec |
OutputCodec.getOutputCodecByName(String name)
Returns the registered input codec with the given name (as per the codec
metadata's
name field). |
Modifier and Type | Method and Description |
---|---|
static Iterable<OutputCodec> |
OutputCodec.getAllOutputCodecs()
Returns all registered output codecs.
|
static <T> List<OutputCodec<T>> |
OutputCodec.getOutputCodecs(Class<T> forClass)
Returns a list of all output codecs that can encode objects of the given
class.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<String,OutputCodec>> |
InterpretationPrintingPolicy.get() |
Constructor and Description |
---|
InterpretationPrintingPolicy(List<Pair<String,OutputCodec>> interpretationToCodec,
Algebra algebraForDerivationTree) |
Copyright © 2017. All rights reserved.