StringCollectionCollectionExtension extension

Extensions on List

on

Methods

coOccurenceGraph(List<String> terms) Map<String, List<int>>

Available on Iterable<List<String>>, provided by the StringCollectionCollectionExtension extension

Builds a co-occurrency graph for the ordered list of terms from the elements (keywords) of the collection.
toUniqueTerms() Set<String>

Available on Iterable<List<String>>, provided by the StringCollectionCollectionExtension extension

Returns a set of all the unique terms contained in the Keyword collection.