-
Notifications
You must be signed in to change notification settings - Fork 76
Sample Query Plan
Chen Li edited this page May 2, 2017
·
5 revisions
A table called twitter
is available to use. The main information (tweets) is in an attribute called text
.
- Drag the
Source: Keyword
operator and edit properties with:
- keyword "climate change",
- attribute "text",
- table name
twitter
, - a span list name:
climate change results
or whatever name you prefer;
Click save.
- Drag the
View Results
operator, click save on the sidebar. Then linkKeywordSource
withView Results
. - Click "Run", you'll see the results displayed on the webpage
- Drag the
Source: Scan
operator and edit properties with: tableNametwitter
. Click save. - Drag the
Sentiment Analysis
operator and edit properties with: attribute:text
, and result attribute that you are free to specify, for example:sentiment
. Click save. Then linkScanSource
withNlpSentiment
. - Drag the
View Results
operator, click save on the sidebar. Then linkNlpSentiment
withView Results
.