121122123124125126127128129130131
} nodeMap.put(word.index(), word.copyCount(), word); graph.addVertex(word); if (in.isRoot) { graph.addRoot(word); } } // add all edges to the actual graph for(IntermediateEdge ie: edges){