【发布时间】:2022-01-20 09:51:38
【问题描述】:
我想创建一个文本分类器,模型的输入包含数字以及包含重要信息的文本(不要以为我可以扔掉数字)。有没有办法标记这种输入?
输入看起来像这样:
input:
-------
Please have a look at case#345
injector 1 and injector 3 is not responding for model 8
Car has been running for 2345 km, try to do this procedure
.....
.....
【问题讨论】:
标签: python keras neural-network text-classification