DictionaryEntryCollectionExtension extension

Extension methods on DftMap.entries.

on

Methods

sortByFrequency() List<DftMapEntry>

Available on Iterable<DftMapEntry>, provided by the DictionaryEntryCollectionExtension extension

Sorts the collection of DftMapEntrys by Ft in descending order.
sortByTerm() List<DftMapEntry>

Available on Iterable<DftMapEntry>, provided by the DictionaryEntryCollectionExtension extension

Sorts the collection of DftMapEntrys alphabetically.