org.maltparser.core.syntaxgraph
Interface SecEdgeStructure
- All Known Subinterfaces:
- DependencyStructure, PhraseStructure
- All Known Implementing Classes:
- DependencyGraph, MappablePhraseStructureGraph, PhraseStructureGraph
public interface SecEdgeStructure
- Author:
- Johan Hall
addSecondaryEdge
Edge addSecondaryEdge(ComparableNode source,
ComparableNode target)
throws MaltChainedException
- Throws:
MaltChainedException
removeSecondaryEdge
void removeSecondaryEdge(ComparableNode source,
ComparableNode target)
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.