Module Name |
Statistic::Statistic |
Module Type |
constructor method |
Return Type |
void |
Input Parameters |
none |
Output Parameters |
none |
Exceptions |
|
Modules Called |
|
Calling Modules |
|
Narrative |
Creates monogram, bigram and trigram frequency distribution from sample text and strores them in monogramStat[32], bigramStat[32] and trigramStat[32] respectively |