asahi417 commited on
Commit
9c78c6f
1 Parent(s): c7c9f28
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,8 +36,8 @@ An example of `train` looks as follows.
36
 
37
  ```
38
  {
39
- 'tags': ['SOCCER','-', 'JAPAN', 'GET', 'LUCKY', 'WIN', ',', 'CHINA', 'IN', 'SURPRISE', 'DEFEAT', '.'],
40
- 'tokens': [0, 0, 5, 0, 0, 0, 0, 3, 0, 0, 0, 0]
41
  }
42
  ```
43
 
 
36
 
37
  ```
38
  {
39
+ 'tokens': ['@paulwalk', 'It', "'s", 'the', 'view', 'from', 'where', 'I', "'m", 'living', 'for', 'two', 'weeks', '.', 'Empire', 'State', 'Building', '=', 'ESB', '.', 'Pretty', 'bad', 'storm', 'here', 'last', 'evening', '.'],
40
+ 'tags': [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 3, 9, 9, 12, 3, 12, 12, 12, 12, 12, 12, 12, 12]
41
  }
42
  ```
43