Sundeep Pidugu

Results 20 comments of Sundeep Pidugu

> Just out of curiosity, after you installed the packages did you do a pip install -r of the requirements.txt? Yeah i did that

This is only to generate questions, If you want to generate answers please look at [AllenNLP Question answering](https://demo.allennlp.org/reading-comprehension) which is pretty good.

Just run the below and you are good to go (make sure you have spacy installed). ```python python -m spacy download en_core_web_sm ```

Even i do but i still get some of the output results.

Ran the script `get_model_binaries.sh` and it still shows me a blank result. ``

Thanks, this works. ``` import http.client import urllib conn = http.client.HTTPConnection("127.0.0.1:1049") params = urllib.parse.urlencode({'data': 'iam wrting a wrong sentene'}) conn.request("POST", "/checkDocument", body=params) res = conn.getresponse() data = res.read() print(data.decode("utf-8")) ```...

In what format should I be creating the CSV file for training?