Package | Description |
---|---|
de.up.ling.irtg.codec |
Classes for reading and writing IRTGs, tree automata,
and other objects.
|
de.up.ling.irtg.codec.tag |
This package contains a codec for reading in the grammar format used by Chen and Rambow.
|
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 |
BinaryIrtgInputCodec
An input codec for IRTGs in a binary file format.
|
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 |
BolinasHrgInputCodec
An input codec for reading hyperedge replacement grammars (HRGs) in the input
format for the Bolinas
parser.
|
class |
BottomUpTreeAutomatonInputCodec
A codec for reading tree automata written in Thomas Hanneforth's format
for weighted bottom-up tree automata.
|
class |
GraphVizDotOutputCodec
Output codec for visualizing s-graphs with the GraphViz tool (see graphvix.org).
|
class |
IrtgInputCodec
An input codec for IRTGs.
|
class |
IsiAmrInputCodec
Reads an AMR in the style of the ISI AMR-banks.
|
class |
JoshuaInputCodec |
class |
ListOutputCodec
Deprecated.
|
class |
PcfgIrtgInputCodec
An input codec for context-free grammars, with or without rule probabilities.
|
class |
PtbTreeInputCodec
Reads trees in the format of the Penn Treebank.
|
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 |
TemplateIrtgInputCodec
An input codec for template IRTGs.
|
class |
TiburonTreeAutomatonInputCodec
A codec for reading weighted tree automata in the format used by
the Tiburon toolkit,
a tool for working with tree automata from ISI.
|
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 |
TreeAutomatonInputCodec
An input codec that reads a top-down tree automaton.
|
class |
TreeYieldOutputCodec
An output codec that converts a tree to its yield string.
|
Modifier and Type | Method and Description |
---|---|
CodecMetadata |
InputCodec.getMetadata()
Returns the metadata for this input codec.
|
CodecMetadata |
OutputCodec.getMetadata()
Returns the metadata associated with this output object.
|
Modifier and Type | Class and Description |
---|---|
class |
ChenTagInputCodec |
Copyright © 2017. All rights reserved.