quesurifn / yake-rust

MIT License
6 stars 5 forks source link

Remove empty words from vocabulary #15

Open bunny-therapist opened 4 weeks ago

bunny-therapist commented 4 weeks ago

Empty words end up in the vocabulary in vocabulary_building, which affects the results. I changed this in my fork here: https://github.com/bunny-therapist/yake-rust/commit/d3f44d460c3ce78fee6e67c0890140242d63e4ff#diff-de8e9e08be4bb17756643d5dbdd07bdd0737f440aa88ad4fd0257efe4bb68309R193

It made more tests which compare to LIAAD/yake pass.

bunny-therapist commented 4 weeks ago

@xamgore