Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FrequencyAnalyzer
ResultContainer
C# Class FrequencyAnalyzer.ResultContainer
Contains the result of the analysis (a Dictionary containing the word [key] and the number of occurences [value], the number of words in the document, and a boolean indicating whether the result is to be displayed in the taskpane or saved to CSV.
Show file
Open project: angusmacdonald/word-frequency-analyzer
Class Usage Examples
Public Methods
Method
Description
ResultContainer
(
int>.Dictionary
frequencies
,
int
wordcount
,
bool
forsave
) :
System
Method Details
ResultContainer()
public
method
public
ResultContainer
(
int>.Dictionary
frequencies
,
int
wordcount
,
bool
forsave
) :
System
frequencies
int>.Dictionary
wordcount
int
forsave
bool
return
System