#include "../common/utilit.h"
Go to the source code of this file.
string GetConnectedWords | ( | string | Word, | |
int | MinBigramsFreq, | |||
bool | bDirectFile | |||
) |
References Format(), CBigrams::GetBigrams(), and CBigrams::m_CorpusSize.
string GetBigramsAsString | ( | string | Word, | |
int | MinBigramsFreq, | |||
bool | bDirectFile | |||
) |
bool InitializeBigrams | ( | string | FileName | ) |