From 3ffc4ed25ca2d267713ba6f342137be4a72aac99 Mon Sep 17 00:00:00 2001 From: Sweta Kumari <36507464+sweta-chauhan@users.noreply.github.com> Date: Wed, 5 Sep 2018 17:37:35 +0530 Subject: [PATCH 1/2] Emacs editor is to be inserted --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7ae2f96..19d1da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \ swig \ unzip \ zip \ + emacs \ zlib1g-dev \ && \ apt-get clean && \ From bf1f193328a3c3b02b50c752094a2c551f97fc0a Mon Sep 17 00:00:00 2001 From: Sweta Kumari <36507464+sweta-chauhan@users.noreply.github.com> Date: Fri, 7 Sep 2018 19:47:04 +0530 Subject: [PATCH 2/2] ffff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3c748..534145e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Docker Stars](https://img.shields.io/docker/stars/brianlow/syntaxnet.svg?style=flat-square)](https://hub.docker.com/r/brianlow/syntaxnet/) -Syntaxnet +Syntaxne ========= [Google's SyntaxNet](https://github.com/tensorflow/models/tree/master/syntaxnet) Parser and POS tagger.