added skipped commit

release-v0.4.0.1
Riccardo Spagni 10 years ago
parent a04ca4b966
commit aa6e8a92f6
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -58,6 +58,7 @@ namespace Language
std::unordered_map<std::string, uint32_t> *word_map; /*!< hash table to find word's index */
std::unordered_map<std::string, uint32_t> *trimmed_word_map; /*!< hash table to find word's trimmed index */
std::string language_name; /*!< Name of language */
int trim_length; /*!< Number of unique starting characters to trim the wordlist to when matching */
/*!
* \brief Populates the word maps after the list is ready.
*/

Loading…
Cancel
Save