C# 클래스 Term_Frequency_If_less.TermFrequency

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

공개 메소드들

메소드 설명
ProcessInput ( string input ) : void
TermFrequency ( ) : System

비공개 메소드들

메소드 설명
CapOutput ( List printers, Printer limitedOutput, int>.List resultsList ) : void
CreateAndRunCounters ( Stack counters, List words, HashSet uniqueWords, int>.Dictionary results ) : void
CreateAndRunPrinters ( int>.List resultsList ) : void
ProcessWords ( List words ) : void
RemoveStopWords ( List words, HashSet stopWords ) : void
RunPrinters ( Stack printers, int>.List resultsList ) : void
SetupResultsDictionary ( int>.Dictionary results, List words ) : void

메소드 상세

ProcessInput() 공개 메소드

public ProcessInput ( string input ) : void
input string
리턴 void

TermFrequency() 공개 메소드

public TermFrequency ( ) : System
리턴 System