leondz commited on
Commit
b2d9977
1 Parent(s): f3537f6

update readme example

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -100,10 +100,10 @@ An example of 'train' looks as follows.
100
 
101
  ```
102
  {
103
- "id": "0",
104
- "ner_tags": [0, 3, 4, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
105
- "uris": [12, 22, 22, 38, 15, 22, 28, 38, 15, 16, 21, 35, 24, 35, 37, 16, 21, 15, 24, 41, 15, 16, 21, 21, 20, 37, 40, 35, 21, 7],
106
- "tokens": ["The", "European", "Commission", "said", "on", "Thursday", "it", "disagreed", "with", "German", "advice", "to", "consumers", "to", "shun", "British", "lamb", "until", "scientists", "determine", "whether", "mad", "cow", "disease", "can", "be", "transmitted", "to", "sheep", "."]
107
  }
108
  ```
109
 
@@ -119,7 +119,7 @@ An example of 'train' looks as follows.
119
 
120
  | name |train|
121
  |---------|----:|
122
- |ipm_nel||
123
 
124
  ## Dataset Creation
125
 
 
100
 
101
  ```
102
  {
103
+ 'id': '0',
104
+ 'tokens': ['#Astros', 'lineup', 'for', 'tonight', '.', 'Keppinger', 'sits', ',', 'Downs', 'plays', '2B', ',', 'CJ', 'bats', '5th', '.', '@alysonfooter', 'http://bit.ly/bHvgCS'],
105
+ 'ner_tags': [9, 0, 0, 0, 0, 7, 0, 0, 7, 0, 0, 0, 7, 0, 0, 0, 0, 0],
106
+ 'uris': "['http://dbpedia.org/resource/Houston_Astros', '', '', '', '', 'http://dbpedia.org/resource/Jeff_Keppinger', '', '', 'http://dbpedia.org/resource/Brodie_Downs', '', '', '', 'NIL', '', '', '', '', '']"
107
  }
108
  ```
109
 
 
119
 
120
  | name |train|
121
  |---------|----:|
122
+ |ipm_nel|183 sentences|
123
 
124
  ## Dataset Creation
125