coOccurrenceGraph property

Map<String, List<int>> coOccurrenceGraph

The map that holds the matrix of terms.

Implementation

Map<String, List<int>> get coOccurrenceGraph;