C# Class Term_Frequency_Callisthenics.FileContentProcessor

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

Public Methods

Method Description
FileContentProcessor ( string fileContent ) : System.Collections.Generic
ProcessWords ( ) : OccurenceCount>>.IEnumerable

Private Methods

Method Description
HandleWord ( Word word ) : void
StripStopWords ( IEnumerable words ) : void

Method Details

FileContentProcessor() public method

public FileContentProcessor ( string fileContent ) : System.Collections.Generic
fileContent string
return System.Collections.Generic

ProcessWords() public method

public ProcessWords ( ) : OccurenceCount>>.IEnumerable
return OccurenceCount>>.IEnumerable