suggest
suggest copied to clipboard
Top-k Approximate String Matching.
It requires to add protocol buffers support. Benefits could be found [here](https://medium.com/@shijuvar/building-high-performance-apis-in-go-using-grpc-and-protocol-buffers-2eda5b80771b).
It requires to implement phonetic tokenizer filters such as `Double metaphone`, `Daitch-Mokotoff Soundex` and build a special phonetic inverted index for search purposes Some links * https://nlp.stanford.edu/IR-book/html/htmledition/phonetic-correction-1.html * http://ntz-develop.blogspot.com/2011/03/phonetic-algorithms.html *...
A new crash was discovered for fuzzing target mph. Here is a snippet of the log: ``` 2019/12/23 14:30:20 downloading seed 2019/12/23 14:30:21 no seed corpus. continue... 2019/12/23 14:30:21 downloading...
It requires to rewrite tests using The FIRST Principal: [F]ast: Unit tests should be fast otherwise they will slow down development & deployment. [I]ndependent: Never ever write tests which depend...
This package doesn't provide good documentation and examples of usage. The issue requires to create documentation, terminology, usage examples, and demos pages.
Experiment with Map Reduce package https://github.com/chrislusf/gleam for building n-grams counts files
There was an attempt to implement VGrams for performance enhancement. I see a big potential in it. See more: http://www.vldb.org/conf/2007/papers/research/p303-li.pdf
https://lemire.me/blog/2019/08/16/faster-threshold-queries-with-cache-sensitive-scancount/#comment-424620
We should have the ability to log debug data, errors, and info