Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Apache OpenNLP 为我的母语乌尔都语训练 NER 模型。我train.txt准备好了训练数据。制作训练模型(.bin)的下一步是什么,就像我们在OpenNLP 网站上的模型下载部分中找到的那样。
train.txt
opennlp TokenNameFinderTrainer -model model.bin -lang en -data train.txt -encoding UTF-8
使用这个命令,你可以创建你的 model.bin
请参阅文档以获取更多信息!