Method | Description | |
---|---|---|
CountWordOccurences ( string input ) : int>>.IEnumerable |
||
CountWordOccurences ( string input, int maxEntries ) : int>>.IEnumerable |
||
RemoveStopWordsFromList ( IEnumerable |
||
TermFrequency ( ) : System | ||
ToFilteredWords ( string input ) : IEnumerable |
public CountWordOccurences ( string input ) : int>>.IEnumerable |
||
input | string | |
return | int>>.IEnumerable |
public CountWordOccurences ( string input, int maxEntries ) : int>>.IEnumerable |
||
input | string | |
maxEntries | int | |
return | int>>.IEnumerable |
public RemoveStopWordsFromList ( IEnumerable |
||
words | IEnumerable |
|
return | IEnumerable |
public ToFilteredWords ( string input ) : IEnumerable |
||
input | string | |
return | IEnumerable |