bitextor / bleualign-cpp

GNU General Public License v3.0
7 stars 2 forks source link

Instead of storing n strings for each ngram, only store the corresponding hash #2

Closed zuny26 closed 4 years ago

zuny26 commented 4 years ago

Use MurmurHash from preprocess to hash ngrams, and store only that hash instead of strings