Skip to content

Commit

Permalink
Merge pull request #1 from RamaneekGill/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
shuzi committed Jan 16, 2017
2 parents f7d69fe + a0e5c10 commit 5c380dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ ASRU 2015
* Pool is generated by SOLR.
* File name that includes `raw` contains text with original version.
* File name that includes `token` contains text tokenized with [Stanford Tokenizer](http://nlp.stanford.edu/software/tokenizer.shtml).
* We split the whoe corpus into train/valid/test three parts. File name that includes `train/valid/test` corresponds to each part.
* We split the whole corpus into train/valid/test three parts. File name that includes `train/valid/test` corresponds to each part.
* For all tokens starting with `idx_ `, please refer to the vocabulary file for the corresponding word.
* For all train/valid/test files, format is same, with various answer pool size:
- ``` <Domain><TAB><QUESTION><TAB><Groundtruth><TAB><Pool>```
Expand Down

0 comments on commit 5c380dd

Please sign in to comment.