From 3cb3c81b9bed2ffa270e19d5c3331d58d43ec46d Mon Sep 17 00:00:00 2001 From: Liam Cripwell Date: Fri, 25 Oct 2019 16:58:14 +1000 Subject: [PATCH] additional minor changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b566dbcb..f140d277 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ doccano is an open source text annotation tool for humans. It provides annotatio ## Demo -You can enjoy the [annotation demo](http://doccano.herokuapp.com). +You can try the [annotation demo](http://doccano.herokuapp.com). ### [Named entity recognition](https://doccano.herokuapp.com/demo/named-entity-recognition/) @@ -17,13 +17,13 @@ The first demo is a sequence labeling task: named-entity recognition. You just s ### [Sentiment analysis](https://doccano.herokuapp.com/demo/text-classification/) -The second demo is a text classification task: sentiment analysis. Since there may be more than one category, you can annotate multi-labels. +The second demo is a text classification task: sentiment analysis. Since there may be more than one category, you can annotate with multiple labels. ![Text Classification](./docs/text_classification.gif) ### [Machine translation](https://doccano.herokuapp.com/demo/translation/) -The final demo is a sequence to sequence task: machine translation. Since there may be more than one response in sequence to sequence tasks, you can create multi responses. +The final demo is a sequence to sequence task: machine translation. Since there may be more than one response in sequence to sequence tasks, you can create multiple responses. ![Machine Translation](./docs/translation.gif)