gauneg commited on
Commit
f1aba05
·
verified ·
1 Parent(s): 3e21fd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -93,14 +93,14 @@ ate_sent_pipeline(text_input)
93
  ```
94
  * pipeline output:
95
  ```bash
96
- [{'entity_group': 'pos',
97
  'score': 0.8447307,
98
- 'word': ' food',
99
  'start': 26,
100
  'end': 30},
101
- {'entity_group': 'neg',
102
  'score': 0.81927896,
103
- 'word': ' service',
104
  'start': 56,
105
  'end': 63}]
106
 
 
93
  ```
94
  * pipeline output:
95
  ```bash
96
+ [{'entity_group': 'pos', #sentiment polarity
97
  'score': 0.8447307,
98
+ 'word': ' food', # aspect term
99
  'start': 26,
100
  'end': 30},
101
+ {'entity_group': 'neg', #sentiment polarity
102
  'score': 0.81927896,
103
+ 'word': ' service', #aspect term
104
  'start': 56,
105
  'end': 63}]
106