开发者

Database graph visualization

I have a sqlite3 database with table as feature_category :

feature|sentiment|count, example  
awesome|positive|1234

I want to to visualize this on a graph which could possible tell me clearly which word is more positive and which is not so positive

Could someone te开发者_开发百科ll me any mapper/tool/technique of implementing this

Thank you


Maybe a bar chart, with features listed alphabetically, and bar length and style indicating count and sentiment?

             average     +++++
             awesome     ++++++++++++++++++++
             bad         ---------
             good        +++++++++
             magnificent +++++++++++++++++++++++++++
             ok          +++
             terrible    ------------
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜