superfastmatch icon indicating copy to clipboard operation
superfastmatch copied to clipboard

Experimental Go version of superfastmatch

Results 6 superfastmatch issues
Sort by recently updated
recently updated
newest added

Just wrapping my head around the SFM nitty-gritties, and I figured the best way was to try and write docs for it :-) Will continue on this tomorrow. Please point...

Each time the association task is run it duplicates previously-found associations. Below is an example of 2 associations from 2 association tasks, but it seems to go on without limit....

Here is an example of the same document loaded into the old and new versions of superfastmatch, associated with itself using these commands: ``` bash echo "Lorem ipsum dolor sit...

Here's a script to reproduce the problem (note that this script uses the sfmtest database -- not the default superfastmatch). ``` bash lorem="Lorem ipsum dolor sit amet, consectetur adipiscing elit."...

The document iteration API is missing. Here's a testing snippet using the python-superfastmatch library: ``` python import superfastmatch c = superfastmatch.Client() docs = superfastmatch.iterators.DocumentIterator(c, 'docid') print len(list(docs)) ``` Alternatively you...

I've loaded a bunch of documents. Searched for one of the loaded documents and I get these matches: ``` bash $ ./superfastmatch-linux search 111/s/s62-111-is.txt Doc:s999-111-is.txt (1,1) Left: 857 Right: 1096...