SIMSTRING(1) | General Commands Manual | SIMSTRING(1) |
simstring - build database and find similar words
simstring [OPTIONS]
This utility finds strings in the database (DB) such that they have similarity, in the similarity measure (SIM), no smaller than the threshold (TH) with queries read from STDIN. When -b (--build) option is specified, this utility builds a database (DB) for strings read from STDIN.
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files.
exact | exact match |
dice | dice coefficient |
cosine] | cosine coefficient |
jaccard | jaccard coefficient |
overlap | overlap coefficient |
/usr/share/doc/simstring-dev/examples
January 26, 2015 |