From 527d2a7722c51b133f6520f227dc0198a1f0b1c4 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 2 Aug 2018 15:22:30 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c7d772c..195a5d19 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You can enjoy [annotation demo](http://doccano.herokuapp.com). ### Sequence labeling -First demo is one of the sequence labeling tasks, named-entity recognition. You just select text spans and annotate it. Since doccano supports shortcut key, so you can annotate text spans quickly. +First demo is one of the sequence labeling tasks, named-entity recognition. You just select text spans and annotate it. Since doccano supports shortcut key, so you can quickly annotate text spans. ![Named Entity Recognition](./docs/named_entity_annotation.gif) @@ -32,7 +32,7 @@ Final demo is one of the sequence to sequence tasks, machine translation. Since ## Requirements -* Python3.6+ +* Python 3.6+ * django 2.0.5+ * Google Chrome(highly recommended)