Skip to content

Commit

Permalink
Corrected typo in CoreNLP installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sundeep authored Aug 12, 2017
1 parent 311e96c commit 857c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Ex: `export CLASSPATH=$CLASSPATH:/path/to/corenlp/download/*`.
If you do not already have a CoreNLP [download](https://stanfordnlp.github.io/CoreNLP/index.html#download) you can run:

```bash
./install_corenlp
./install_corenlp.sh
```

Verify that it runs:
Expand Down Expand Up @@ -393,4 +393,4 @@ This implementation of the DrQA Document Reader is closely related to the one fo
We plan to consolidate this model into the ParlAI interface as well, so that the reader can be interchangeably trained here or multitasked on many datasets with ParlAI.

## License
DrQA has a CC-BY-NC license.
DrQA has a CC-BY-NC license.

0 comments on commit 857c5eb

Please sign in to comment.