Determine whether the sentiment task has run by running this query:

select * from rs_imports where taskname = 'Harvest.Tasks.NaturalLanguageProcessingTask'

If this query returns no records, it indicates that your sentiment task has not yet run. Check your tasks.config file to determine when it is next scheduled to run, and check again after it runs.