Skip to content

Commit

Permalink
Update gifs (suggest-go#47)
Browse files Browse the repository at this point in the history
* Update gifs

* Removed files
  • Loading branch information
alldroll authored Apr 5, 2020
1 parent bec47ad commit 00da0d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ See the [documentation](https://suggest-go.github.io/) with examples demo and AP

#### Fuzzy string search in a dictionary

The [demo](https://suggest-go.github.io/docs/demo/suggest-words.html) shows approximate string search in a dictionary with more than 200k English words.
The [demo](https://suggest-go.github.io/docs/purpose.html) shows an approximate string search in a vehicle dictionary with more than 20k model names.

You can also run it locally

```
$ make build
$ ./build/suggest eval -c pkg/suggest/testdata/config.json -d words -s 0.5 -k 5
$ ./build/suggest eval -c pkg/suggest/testdata/config.json -d cars -s 0.5 -k 5
```

or by using Docker
Expand All @@ -41,7 +41,8 @@ $ docker run -p 8080:8080 -v $(pwd)/pkg/suggest/testdata:/data/testdata suggest

#### Spellchecker

In order to run spellchecker demo for language, do the next
Spellchecker recognizes a misspelled word based on the context of the surrounding words.
In order to run a spellchecker [demo](https://suggest-go.github.io/docs/demo/spellchecker.html), please do the next

* Download an English [language model](https://app.box.com/s/elogon8jdimqjdvfncr06b0qjngasljc) built on [Blog Authorship Corpus](http://u.cs.biu.ac.il/~koppel/BlogCorpus.htm)
* Extract downloaded language model and perform
Expand Down
Binary file added spellchecker-eval-old.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified spellchecker-eval.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added suggest-eval-old.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified suggest-eval.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00da0d4

Please sign in to comment.