StringCollectionCollectionExtension extension

Extensions on List

on

Methods

coOccurenceGraph(List<String> terms) Map<String, List<int>>
Builds a co-occurrency graph for the ordered list of terms from the elements (keywords) of the collection.
toUniqueTerms() Set<String>
Returns a set of all the unique terms contained in the Keyword collection.