C# Class Term_Frequency_Callisthenics.OccurencesManager

Show file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
GetWordOccurences ( IEnumerable words ) : OccurenceCount>>.IEnumerable
OccurencesManager ( ) : System.Collections.Generic

Private Methods

Method Description
ProcessWord ( Word word ) : void
SortKeySelector ( OccurenceCount>.KeyValuePair keyValuePair ) : OccurenceCount

Method Details

GetWordOccurences() public method

public GetWordOccurences ( IEnumerable words ) : OccurenceCount>>.IEnumerable
words IEnumerable
return OccurenceCount>>.IEnumerable

OccurencesManager() public method

public OccurencesManager ( ) : System.Collections.Generic
return System.Collections.Generic