【发布时间】:2019-05-24 18:02:28
【问题描述】:
我想使用 Google Natural Language API 对查询结果进行分类:Classifying content
我要分类的查询结果有 HTML 和纯文本格式。 official documentation 表示 API 接受 Document.Type.PLAIN_TEXT 和 Document.Type.HTML 两种类型。
因为 HTML 格式有额外的注释,例如<b>important text</b>,我想知道哪种格式更能达到最好的分类结果?
【问题讨论】:
标签: google-cloud-platform text-classification google-natural-language