【问题标题】:Lucene 5.4.0 API for Sentiment Analysis用于情绪分析的 Lucene 5.4.0 API
【发布时间】:2015-12-20 10:22:08
【问题描述】:

是否有任何示例或示例代码可供我遵循或使用 Lucene 5.4.0 API 进行文本情感分析以获取极性分数?也可能使用他们分类api包提供的不同分类方法?

【问题讨论】:

    标签: lucene classification sentiment-analysis


    【解决方案1】:

    使用Naive Bayes classifier 可能是最好的方法。

    你可以看看这个explain how they used Apache Mahout处理这个任务的博客。

    正如您所提到的,您可以使用新的classification API from Lucene 构建您自己的实现。

    您的答案在本教程中,sample codes using the classification API

    【讨论】:

    • 谢谢。我会调查这个
    猜你喜欢
    • 2011-08-29
    • 1970-01-01
    • 2013-02-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-02-02
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多