|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenStructure | |
---|---|
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.reader | |
org.maltparser.core.syntaxgraph.writer |
Uses of TokenStructure in org.maltparser.core.syntaxgraph |
---|
Subinterfaces of TokenStructure in org.maltparser.core.syntaxgraph | |
---|---|
interface |
DependencyStructure
|
interface |
PhraseStructure
|
Classes in org.maltparser.core.syntaxgraph that implement TokenStructure | |
---|---|
class |
DependencyGraph
|
class |
MappablePhraseStructureGraph
|
class |
PhraseStructureGraph
|
class |
Sentence
|
Methods in org.maltparser.core.syntaxgraph with parameters of type TokenStructure | |
---|---|
void |
CopyChartItem.copyTerminalStructure(TokenStructure sourceGraph,
TokenStructure targetGraph)
|
Uses of TokenStructure in org.maltparser.core.syntaxgraph.reader |
---|
Methods in org.maltparser.core.syntaxgraph.reader with parameters of type TokenStructure | |
---|---|
boolean |
TigerXMLReader.readSentence(TokenStructure syntaxGraph)
|
boolean |
BracketReader.readSentence(TokenStructure syntaxGraph)
|
boolean |
NegraReader.readSentence(TokenStructure syntaxGraph)
|
boolean |
TabReader.readSentence(TokenStructure syntaxGraph)
|
boolean |
SyntaxGraphReader.readSentence(TokenStructure syntaxGraph)
Reads a sentence (token structure, dependency structure or/and phrase structure) |
Uses of TokenStructure in org.maltparser.core.syntaxgraph.writer |
---|
Methods in org.maltparser.core.syntaxgraph.writer with parameters of type TokenStructure | |
---|---|
void |
BracketWriter.writeSentence(TokenStructure syntaxGraph)
|
void |
TabWriter.writeSentence(TokenStructure syntaxGraph)
|
void |
SyntaxGraphWriter.writeSentence(TokenStructure syntaxGraph)
Writes a sentence (token structure, dependency structure or/and phrase structure) |
void |
TigerXMLWriter.writeSentence(TokenStructure syntaxGraph)
|
void |
NegraWriter.writeSentence(TokenStructure syntaxGraph)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |