我正在使用 Google 预测 API,我需要对自由文本执行标签分类。因此,当我收到带有#Apps #General #CantUpdate 标记的“无法更新应用程序”之类的文本时。
我的类别存在于 3 个不同的级别。
Level1 Level2 Level3 Description
Apps General CantUpdate "Cannot update applications"
Network Wifi CantConnect "Cant connect to internet"
我需要执行多个标签分类。我在想为此有多行。
Tag Description
Apps "Cannot update applications"
General "Cannot update applications"
CantUpdate "Cannot update applications"
有更好的主意吗?