From 9664bec2a12163175f52b850db1ab82da081bfb4 Mon Sep 17 00:00:00 2001 From: priyank Date: Sat, 9 Apr 2022 13:51:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6457d2..b4bebaa 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ http://:8080/ e) Now you would see proper translation panels. ## To execute sentences using API: -please update the host IP in server.json from 10.2.63.52 to your IP and run following cvommand: +please update the host IP in server.json from 10.2.63.52 to your IP and run following command: ``` $python GetShallowParserOutput.py -c server.json -i input.txt ``` -- GitLab