benjleite commited on
Commit
6a9c3de
·
verified ·
1 Parent(s): a343aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -44,19 +44,17 @@ European Portuguese (pt-PT)
44
  An example of "train" looks as follows:
45
 
46
  ```
47
-
48
  {
49
- 'story_name': 'three-dogs',
50
- 'story_section': 'once upon a time there was a king who went forth into the world and
51
  ... ...
52
- guards to watch over the little princess so that she would not get out under the open sky .',
53
- 'question': 'why was there great rejoicing in the city and throughout the country ?',
54
- 'answer1': 'the people wished their king all that was good .',
55
- 'answer2': '',
56
  'local-or-sum': 'local',
57
- 'attribute': 'causal relationship',
58
  'ex-or-im': 'explicit',
59
- 'ex-or-im2': '',
60
  }
61
 
62
  ```
 
44
  An example of "train" looks as follows:
45
 
46
  ```
 
47
  {
48
+ 'story_name': 'golden-goose-story',
49
+ 'story_section': 'Era uma vez um homem que tinha três filhos. O mais novo chamava-se
50
  ... ...
51
+ que tens no bolso e deixa-me beber um pouco do teu vinho - tenho tanta fome e sede.',
52
+ 'question': 'Porque é que a mãe deu ao mais velho um belo bolo e uma garrafa de vinho?',
53
+ 'answer': 'Para que não sofresse de fome ou sede.',
 
54
  'local-or-sum': 'local',
55
+ 'attribute': 'causal',
56
  'ex-or-im': 'explicit',
57
+ 'ex-or-im2': 'explicit',
58
  }
59
 
60
  ```