org.maltparser.core.syntaxgraph.node
Interface PhraseStructureNode
- All Superinterfaces:
- Comparable<ComparableNode>, ComparableNode, Element
- All Known Subinterfaces:
- NonTerminalNode, TerminalNode, TokenNode
- All Known Implementing Classes:
- NonTerminal, Root, Token
public interface PhraseStructureNode
- extends ComparableNode
Methods inherited from interface org.maltparser.core.syntaxgraph.node.ComparableNode |
getCompareToIndex, getIncomingSecondaryEdges, getInDegree, getIndex, getLeftmostDescendant, getLeftmostDescendantIndex, getLeftmostProperDescendant, getLeftmostProperDescendantIndex, getOutDegree, getOutgoingSecondaryEdges, getRightmostDescendant, getRightmostDescendantIndex, getRightmostProperDescendant, getRightmostProperDescendantIndex, isRoot |
Methods inherited from interface org.maltparser.core.syntaxgraph.Element |
addLabel, addLabel, addLabel, clear, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraph |
getParent
PhraseStructureNode getParent()
getParentEdge
Edge getParentEdge()
throws MaltChainedException
- Throws:
MaltChainedException
getParentEdgeLabelSymbol
String getParentEdgeLabelSymbol(SymbolTable table)
throws MaltChainedException
- Throws:
MaltChainedException
getParentEdgeLabelCode
int getParentEdgeLabelCode(SymbolTable table)
throws MaltChainedException
- Throws:
MaltChainedException
hasParentEdgeLabel
boolean hasParentEdgeLabel(SymbolTable table)
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.