C# 클래스 Term_Frequency_Callisthenics.FileContentProcessor

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
FileContentProcessor ( string fileContent ) : System.Collections.Generic
ProcessWords ( ) : OccurenceCount>>.IEnumerable

비공개 메소드들

메소드 설명
HandleWord ( Word word ) : void
StripStopWords ( IEnumerable words ) : void

메소드 상세

FileContentProcessor() 공개 메소드

public FileContentProcessor ( string fileContent ) : System.Collections.Generic
fileContent string
리턴 System.Collections.Generic

ProcessWords() 공개 메소드

public ProcessWords ( ) : OccurenceCount>>.IEnumerable
리턴 OccurenceCount>>.IEnumerable