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 |
BinaryIrtgInputCodec
An input codec for IRTGs in a binary file format.
|
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 |
IrtgInputCodec
An input codec for IRTGs.
|
class |
IsiAmrInputCodec
Reads an AMR in the style of the ISI AMR-banks.
|
class |
JoshuaInputCodec |
class |
NoSignatureBinaryIrtgInputCodec
Use this with NoSignatureBinaryIrtgOutputCodec, 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 |
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 |
SGraphInputCodec
Input codec corresponding to the default SGraph#toString method.
|
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 |
TreeAutomatonInputCodec
An input codec that reads a top-down tree automaton.
|
Modifier and Type | Method and Description |
---|---|
static InputCodec |
InputCodec.getInputCodecByExtension(String extension)
Returns the registered input codec for the given
filename extension (as per the codec metadata's
extension field). |
static InputCodec |
InputCodec.getInputCodecByName(String name)
Returns the registered input codec with the given name (as per
the codec metadata's
name field). |
static InputCodec |
InputCodec.getInputCodecByNameOrExtension(String filename,
String codecName)
Returns the input codec specified by the given codec name and/or
filename.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<InputCodec> |
InputCodec.getAllInputCodecs()
Returns all registered input codecs.
|
static <T> List<InputCodec<T>> |
InputCodec.getInputCodecs(Class<T> forClass)
Returns all registered input codecs that can produce objects
of class
T (or a subtype). |
Modifier and Type | Class and Description |
---|---|
class |
ChenTagInputCodec |
Copyright © 2017. All rights reserved.