[12.10.20] Testing
This commit is contained in:
parent
477cab8f09
commit
c095aa1560
@ -173,6 +173,7 @@ def createHourJob():
|
|||||||
log("Extracting sentiment scores...", 'INFO')
|
log("Extracting sentiment scores...", 'INFO')
|
||||||
|
|
||||||
if len(hourStack) != 0:
|
if len(hourStack) != 0:
|
||||||
|
log("Process stack size is :: [{}]".format(len(hourStack)), 'INFO')
|
||||||
for item in hourStack:
|
for item in hourStack:
|
||||||
ovPos = ovPos + item['pos']
|
ovPos = ovPos + item['pos']
|
||||||
ovNeu = ovNeu + item['neu']
|
ovNeu = ovNeu + item['neu']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user