We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,想请教一下,想添加自定义词典的话需要在哪一步运行?导出训练好的模型之前还是之后
The text was updated successfully, but these errors were encountered:
使用自定義辭典的時機是在整個模型訓練完後 事後更正模型分詞結果, 所以會是在導出訓練好的模型之後 具體做法參考 kcws/cc/test_seg.cc, 得在把words_tag matrix送進viterbi 解碼前調整weight
Sorry, something went wrong.
直接传个参数就好了呀~ kcws/cc/test_seg的--user_dict_path这个参数
No branches or pull requests
你好,想请教一下,想添加自定义词典的话需要在哪一步运行?导出训练好的模型之前还是之后
The text was updated successfully, but these errors were encountered: