|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhraseStructureNode | |
---|---|
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.ds2ps | |
org.maltparser.core.syntaxgraph.headrules | |
org.maltparser.core.syntaxgraph.node |
Uses of PhraseStructureNode in org.maltparser.core.syntaxgraph |
---|
Methods in org.maltparser.core.syntaxgraph with parameters of type PhraseStructureNode | |
---|---|
Edge |
MappablePhraseStructureGraph.addPhraseStructureEdge(PhraseStructureNode parent,
PhraseStructureNode child)
|
Edge |
PhraseStructure.addPhraseStructureEdge(PhraseStructureNode source,
PhraseStructureNode target)
|
Edge |
PhraseStructureGraph.addPhraseStructureEdge(PhraseStructureNode parent,
PhraseStructureNode child)
|
void |
MappablePhraseStructureGraph.removePhraseStructureEdge(PhraseStructureNode parent,
PhraseStructureNode child)
|
void |
PhraseStructure.removePhraseStructureEdge(PhraseStructureNode source,
PhraseStructureNode target)
|
void |
PhraseStructureGraph.removePhraseStructureEdge(PhraseStructureNode parent,
PhraseStructureNode child)
|
Uses of PhraseStructureNode in org.maltparser.core.syntaxgraph.ds2ps |
---|
Methods in org.maltparser.core.syntaxgraph.ds2ps with parameters of type PhraseStructureNode | |
---|---|
void |
LosslessMapping.updateDependenyGraph(MappablePhraseStructureGraph graph,
PhraseStructureNode top)
|
Uses of PhraseStructureNode in org.maltparser.core.syntaxgraph.headrules |
---|
Methods in org.maltparser.core.syntaxgraph.headrules that return PhraseStructureNode | |
---|---|
PhraseStructureNode |
PrioList.getHeadChild(NonTerminalNode nt)
|
PhraseStructureNode |
HeadRule.getHeadChild(NonTerminalNode nt)
|
PhraseStructureNode |
HeadRules.getHeadChild(NonTerminalNode nt)
|
PhraseStructureNode |
PrioSet.getHeadChild(NonTerminalNode nt,
Direction direction)
|
Uses of PhraseStructureNode in org.maltparser.core.syntaxgraph.node |
---|
Subinterfaces of PhraseStructureNode in org.maltparser.core.syntaxgraph.node | |
---|---|
interface |
NonTerminalNode
|
interface |
TerminalNode
|
interface |
TokenNode
|
Classes in org.maltparser.core.syntaxgraph.node that implement PhraseStructureNode | |
---|---|
class |
NonTerminal
|
class |
Root
|
class |
Token
|
Fields in org.maltparser.core.syntaxgraph.node declared as PhraseStructureNode | |
---|---|
protected PhraseStructureNode |
Token.parent
|
protected PhraseStructureNode |
NonTerminal.parent
|
Fields in org.maltparser.core.syntaxgraph.node with type parameters of type PhraseStructureNode | |
---|---|
protected SortedSet<PhraseStructureNode> |
Root.children
|
protected SortedSet<PhraseStructureNode> |
NonTerminal.children
|
Methods in org.maltparser.core.syntaxgraph.node that return types with arguments of type PhraseStructureNode | |
---|---|
SortedSet<PhraseStructureNode> |
NonTerminalNode.getChildren()
|
SortedSet<PhraseStructureNode> |
Root.getChildren()
|
SortedSet<PhraseStructureNode> |
NonTerminal.getChildren()
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |