public class Graph extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Arc> |
arcs |
String |
label |
Map<String,Node> |
nodes |
| Modifier and Type | Method and Description |
|---|---|
void |
fromCNF(CNF cnf)
Convert from CNF into the Graph structure
|
void |
fromLists(List<String> ns,
List<List<String>> as) |
void |
fromSentence(String s,
Pipeline p)
Convert from a sentence into the Graph structure
|
String |
toString() |
Copyright © 2015. All rights reserved.