mirror of
https://github.com/balkian/gists.git
synced 2025-04-10 23:19:23 +00:00
Add 'repos/a6e97dcbb3b4bc295b64bc2d6325de94/' from commit 'd4d984bff3cd524e0c56cc99bc7a96128316fff7'
git-subtree-dir: repos/a6e97dcbb3b4bc295b64bc2d6325de94 git-subtree-mainline: f9dbd3754cbb70750b0daf0286034b9a637f7289 git-subtree-split: d4d984bff3cd524e0c56cc99bc7a96128316fff7
This commit is contained in:
commit
d1c1d68377
10
repos/a6e97dcbb3b4bc295b64bc2d6325de94/jorge.py
Normal file
10
repos/a6e97dcbb3b4bc295b64bc2d6325de94/jorge.py
Normal file
@ -0,0 +1,10 @@
|
||||
import json
|
||||
from senpy import Client
|
||||
|
||||
client = Client('http://senpy.cluster.gsi.dit.upm.es')
|
||||
|
||||
with open('madrid.json', 'r') as f:
|
||||
for line in f:
|
||||
tweet = json.loads(line.strip())
|
||||
results = client.analyse(input=tweet['text'], algorithm='sentiText')
|
||||
tweet['sentiment'] = results.entries[0].sentiments[0]
|
Loading…
x
Reference in New Issue
Block a user