Functions

BigramsReader.h File Reference

#include "../common/utilit.h"
Include dependency graph for BigramsReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions


Function Documentation

string GetConnectedWords ( string  Word,
int  MinBigramsFreq,
bool  bDirectFile 
)

References Format(), CBigrams::GetBigrams(), and CBigrams::m_CorpusSize.

Here is the call graph for this function:

string GetBigramsAsString ( string  Word,
int  MinBigramsFreq,
bool  bDirectFile 
)

References Format(), and CBigrams::GetBigrams().

Here is the call graph for this function:

bool InitializeBigrams ( string  FileName  ) 

References CBigrams::Initialize().

Here is the call graph for this function: