00001 #ifndef BigramsReader_h 00002 #define BigramsReader_h 00003 00004 #include "../common/utilit.h" 00005 00006 00007 extern string GetConnectedWords(string Word, int MinBigramsFreq, bool bDirectFile); 00008 extern string GetBigramsAsString(string Word, int MinBigramsFreq, bool bDirectFile); 00009 extern bool InitializeBigrams(string FileName); 00010 #endif