Skip to content
New issue

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

自定义切词错误 #5739

Open
guoandzhong opened this issue Nov 9, 2023 · 0 comments
Open

自定义切词错误 #5739

guoandzhong opened this issue Nov 9, 2023 · 0 comments
Assignees

Comments

@guoandzhong
Copy link

from LAC import LAC, custom

lac = LAC()
lac.model.custom = custom.Customization()

lac.model.custom.add_word('中华人民共和国/国家')
lac.model.custom.add_word('国2/标准')
print(lac.run('中华人民共和国2008年奥运会'))

// 返回 [['中华人民共和', '国2', '008年', '奥运会'], ['国家', '标准', 'TIME', 'nz']]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants