From 3dcf1eb6bc710ee835d5cc83ef2fda4920d37bc0 Mon Sep 17 00:00:00 2001 From: priyank Date: Sat, 9 Apr 2022 13:50:36 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4992f9..f6457d2 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ 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: - +``` $python GetShallowParserOutput.py -c server.json -i input.txt - +``` ## To check which ports are allotted to different services, run following command: ``` find ./ | grep 'run/.*_' -- GitLab