|
| static final String[] | edgeIds = { "s", "o", "pp", "tp" } |
| |
|
| static GraphNode | makePNode (final int sentenceIdx, final Token predicate, final Map< Instance, GraphNode > nodes, @SuppressWarnings("unused") final Map< Instance, Mention > mentions, final MutableGraph< GraphNode, GraphEdge > graph) |
| |
| static GraphNode | makeTNode (final int sentenceIdx, final Token term, final Map< Instance, GraphNode > nodes, final Map< Instance, Mention > mentions, final MutableGraph< GraphNode, GraphEdge > graph) |
| |
◆ makeGraph()
◆ makePNode()
◆ makeTNode()
◆ edgeIds
| final String [] grammarscope.spo.SPOGraphFactory.edgeIds = { "s", "o", "pp", "tp" } |
|
static |
The documentation for this class was generated from the following file: