目前正在寻找一个好的工具来注释关于方面及其各自情感极性的句子。
我使用 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 来完成这样的任务吗?还是我最好使用其他工具,例如小子?
