fastText
d00d36476b15
Fast text processing tool/library
|
#include <dictionary.h>
Public Attributes | |
std::string | word |
int64_t | count |
entry_type | type |
std::vector< int32_t > | subwords |
int64_t fasttext::entry::count |
std::vector<int32_t> fasttext::entry::subwords |
entry_type fasttext::entry::type |
std::string fasttext::entry::word |