C# Class Term_Frequency_Callisthenics.FileContentProcessor

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode Description
FileContentProcessor ( string fileContent ) : System.Collections.Generic
ProcessWords ( ) : OccurenceCount>>.IEnumerable

Private Methods

Méthode Description
HandleWord ( Word word ) : void
StripStopWords ( IEnumerable words ) : void

Method Details

FileContentProcessor() public méthode

public FileContentProcessor ( string fileContent ) : System.Collections.Generic
fileContent string
Résultat System.Collections.Generic

ProcessWords() public méthode

public ProcessWords ( ) : OccurenceCount>>.IEnumerable
Résultat OccurenceCount>>.IEnumerable