StringCollectionCollectionExtension extension
Extensions on List
Methods
-
coOccurenceGraph(
List< String> terms) → Map<String, List< int> > -
Available on Iterable<
Builds a co-occurrency graph for the ordered list of terms from the elements (keywords) of the collection.List< , provided by the StringCollectionCollectionExtension extensionString> > -
toUniqueTerms(
) → Set< String> -
Available on Iterable<
Returns a set of all the unique terms contained in the Keyword collection.List< , provided by the StringCollectionCollectionExtension extensionString> >