使用 doccano 进行基于方面的情感分析注释

数据挖掘 nlp 情绪分析 工具 注解
2022-02-10 21:17:59

目前正在寻找一个好的工具来注释关于方面及其各自情感极性的句子。

我使用 SemEval Task 4 作为参考。以下是训练数据集中的示例:

<sentence id="2005">
    <text>it is of high quality, has a killer GUI, is extremely stable, is highly expandable, is bundled with lots of very good applications, is easy to use, and is absolutely gorgeous.</text>
    <aspectTerms>
        <aspectTerm term="quality" polarity="positive" from="14" to="21"/>
        <aspectTerm term="GUI" polarity="positive" from="36" to="39"/>
        <aspectTerm term="applications" polarity="positive" from="118" to="130"/>
        <aspectTerm term="use" polarity="positive" from="143" to="146"/>
    </aspectTerms>
</sentence>

我可以轻松地使用 doccano 来完成这样的任务吗?还是我最好使用其他工具,例如小子?

1个回答

您可以使用序列标签功能来注释文本:

在此处输入图像描述