#include <cmath>#include "mfstream.h"#include "mempool.h"#include "htable.h"#include "n_gram.h"#include "util.h"#include "dictionary.h"#include "ngramtable.h"#include "doc.h"#include "cplsa.h"Go to the source code of this file.
Defines | |
| #define | MY_RAND (((double)rand()/RAND_MAX)* 2.0 - 1.0) |
| #define MY_RAND (((double)rand()/RAND_MAX)* 2.0 - 1.0) |
1.5.9