|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <cstdint>#include <random>#include "stats/dirichlet.h"#include "util/sparse_vector.h"#include "stats/multinomial.tcc"Go to the source code of this file.
Classes | |
| class | meta::stats::multinomial< T > |
| Represents a multinomial/categorical distribution. More... | |
Namespaces | |
| meta | |
| The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing. | |
| meta::stats | |
| Probability distributions and other statistics functions. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.
1.8.9.1