This is the complete list of members for fasttext::Dictionary, including all inherited members.
add(const std::string &) | fasttext::Dictionary | |
addWordNgrams(std::vector< int32_t > &line, const std::vector< int32_t > &hashes, int32_t n) const | fasttext::Dictionary | private |
args_ | fasttext::Dictionary | private |
BOW | fasttext::Dictionary | static |
computeSubwords(const std::string &, std::vector< int32_t > &) const | fasttext::Dictionary | |
computeSubwords(const std::string &, std::vector< int32_t > &, std::vector< std::string > &) const | fasttext::Dictionary | |
Dictionary(std::shared_ptr< Args >) | fasttext::Dictionary | explicit |
discard(int32_t, real) const | fasttext::Dictionary | |
EOS | fasttext::Dictionary | static |
EOW | fasttext::Dictionary | static |
find(const std::string &) const | fasttext::Dictionary | private |
getCounts(entry_type) const | fasttext::Dictionary | |
getId(const std::string &) const | fasttext::Dictionary | |
getLabel(int32_t) const | fasttext::Dictionary | |
getLine(std::istream &, std::vector< int32_t > &, std::vector< int32_t > &, std::vector< int32_t > &, std::minstd_rand &) const | fasttext::Dictionary | |
getLine(std::istream &, std::vector< int32_t > &, std::vector< int32_t > &, std::minstd_rand &) const | fasttext::Dictionary | |
getSubwords(int32_t) const | fasttext::Dictionary | |
getSubwords(const std::string &) const | fasttext::Dictionary | |
getSubwords(const std::string &, std::vector< int32_t > &, std::vector< std::string > &) const | fasttext::Dictionary | |
getType(int32_t) const | fasttext::Dictionary | |
getType(const std::string &) const | fasttext::Dictionary | |
getWord(int32_t) const | fasttext::Dictionary | |
hash(const std::string &str) const | fasttext::Dictionary | |
initNgrams() | fasttext::Dictionary | private |
initTableDiscard() | fasttext::Dictionary | private |
load(std::istream &) | fasttext::Dictionary | |
MAX_LINE_SIZE | fasttext::Dictionary | privatestatic |
MAX_VOCAB_SIZE | fasttext::Dictionary | privatestatic |
nlabels() const | fasttext::Dictionary | |
nlabels_ | fasttext::Dictionary | private |
ntokens() const | fasttext::Dictionary | |
ntokens_ | fasttext::Dictionary | private |
nwords() const | fasttext::Dictionary | |
nwords_ | fasttext::Dictionary | private |
pdiscard_ | fasttext::Dictionary | private |
prune(std::vector< int32_t > &) | fasttext::Dictionary | |
pruneidx_ | fasttext::Dictionary | private |
pruneidx_size_ | fasttext::Dictionary | private |
readFromFile(std::istream &) | fasttext::Dictionary | |
readWord(std::istream &, std::string &) const | fasttext::Dictionary | |
save(std::ostream &) const | fasttext::Dictionary | |
size_ | fasttext::Dictionary | private |
threshold(int64_t, int64_t) | fasttext::Dictionary | |
word2int_ | fasttext::Dictionary | private |
words_ | fasttext::Dictionary | private |