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
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']]
The text was updated successfully, but these errors were encountered:
sijunhe
No branches or pull requests
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']]
The text was updated successfully, but these errors were encountered: