#include <iostream>#include <fstream>#include <cstdio>#include <cassert>#include <cmath>#include <liatools.h>

Go to the source code of this file.
Classes | |
| struct | BNgramNode |
| class | BNgram |
Functions | |
| void | testBNgram (Config &config) |
| void testBNgram | ( | Config & | config ) |
Definition at line 167 of file BNGram.cpp.
References BNgram::addSymb(), BNgram::beginSeq(), BNgram::endSeq(), and BNgram::show().
Referenced by main().
1.7.2