Package | Description |
---|---|
org.maltparser.core.lw.graph | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.reader | |
org.maltparser.core.syntaxgraph.writer |
Modifier and Type | Class and Description |
---|---|
class |
LWDependencyGraph
A lightweight version of org.maltparser.core.syntaxgraph.DependencyGraph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DependencyStructure |
interface |
PhraseStructure |
Modifier and Type | Class and Description |
---|---|
class |
DependencyGraph |
class |
MappablePhraseStructureGraph |
class |
PhraseStructureGraph |
class |
Sentence |
Modifier and Type | Method and Description |
---|---|
void |
CopyChartItem.copyTerminalStructure(TokenStructure sourceGraph,
TokenStructure targetGraph) |
Modifier and Type | Method and Description |
---|---|
boolean |
TigerXMLReader.readSentence(TokenStructure syntaxGraph) |
boolean |
SyntaxGraphReader.readSentence(TokenStructure syntaxGraph)
Reads a sentence (token structure, dependency structure or/and phrase structure)
|
boolean |
TabReader.readSentence(TokenStructure syntaxGraph) |
boolean |
NegraReader.readSentence(TokenStructure syntaxGraph) |
boolean |
BracketReader.readSentence(TokenStructure syntaxGraph) |
Modifier and Type | Method and Description |
---|---|
void |
TabWriter.writeComments(TokenStructure syntaxGraph,
int at_index) |
void |
NegraWriter.writeSentence(TokenStructure syntaxGraph) |
void |
BracketWriter.writeSentence(TokenStructure syntaxGraph) |
void |
TigerXMLWriter.writeSentence(TokenStructure syntaxGraph) |
void |
TabWriter.writeSentence(TokenStructure syntaxGraph) |
void |
SyntaxGraphWriter.writeSentence(TokenStructure syntaxGraph)
Writes a sentence (token structure, dependency structure or/and phrase structure)
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.