2 回答
![?](http://img1.sycdn.imooc.com/54584eff000195a302200220-100-100.jpg)
TA贡献1802条经验 获得超4个赞
您的 HTML 文件的格式很可能不正确。请看下面的例子。
<crowd-form>
<crowd-classifier
name="sentiment"
categories="['Positive', 'Negative', 'Neutral', 'N/A']"
header="What sentiment does this text convey?"
>
<classification-target>
Everything is wonderful.
</classification-target>
<full-instructions header="Sentiment Analysis Instructions">
<p><strong>Positive</strong>
sentiment include: joy, excitement, delight</p>
<p><strong>Negative</strong> sentiment include:
anger, sarcasm, anxiety</p>
<p><strong>Neutral</strong>: neither positive or
negative, such as stating a fact</p>
<p><strong>N/A</strong>: when the text cannot be
understood</p>
<p>When the sentiment is mixed, such as both joy and sadness,
use your judgment to choose the stronger emotion.</p>
</full-instructions>
<short-instructions>
Choose the primary sentiment that is expressed by the text.
</short-instructions>
</crowd-classifier>
</crowd-form>
</body>
</html>
]]></HTMLContent>
<FrameHeight>0</FrameHeight>
</HTMLQuestion>
添加回答
举报