From f2be3b5053c28f090d178708f03b00b50c197d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Minh=20Ch=C6=B0=C6=A1ng?= Date: Thu, 8 Nov 2018 14:35:30 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81525b6..9ce8f22 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # sotawhat +To see the live demo of this project, you can try in this [link](https://sotawhat.herokuapp.com/#/) + This script runs using Python 3. First, install the required packages. This script only requires ``nltk`` and ``PyEnchant``. @@ -36,4 +38,4 @@ We've found that this script works well with keywords that are: + a dataset (e.g. wikitext, imagenet, ...) + a task (e.g. 'language model', 'machine translation', 'fuzzing', ...) + a metric (e.g. BLEU, perplexity, ...) -+ random stuff \ No newline at end of file ++ random stuff