Skip to content

Instantly share code, notes, and snippets.

@mrm1001
Created August 11, 2018 15:45
Show Gist options
  • Save mrm1001/f4eace7e0b31c476757fe1cad1ca8f09 to your computer and use it in GitHub Desktop.
Save mrm1001/f4eace7e0b31c476757fe1cad1ca8f09 to your computer and use it in GitHub Desktop.
FastText
struct entry {
std::string word;
int64_t count;
entry_type type;
std::vector<int32_t> subwords;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment