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
Describe the feature and the current behavior/state. 目前只有一种方式开关 Normalization,且影响全局,不能以单个对象控制。 HanLP.Config.Normalization = true
HanLP.Config.Normalization = true
Will this change the current api? How? 希望 ViterbiSegment 添加配置方法,能够单独配置是否进行 Normalize。eg: new ViterbiSegment().enableNormalize(bool)
new ViterbiSegment().enableNormalize(bool)
Who will benefit with this feature?
Are you willing to contribute it (Yes/No):
System information
Any other info
The text was updated successfully, but these errors were encountered:
Segment 添加是否进行 Normalize 的配置方法 close #1714
69506a7
感谢建议,请参考上面的commit。
Sorry, something went wrong.
hankcs
No branches or pull requests
Describe the feature and the current behavior/state.
目前只有一种方式开关 Normalization,且影响全局,不能以单个对象控制。
HanLP.Config.Normalization = true
Will this change the current api? How?
希望 ViterbiSegment 添加配置方法,能够单独配置是否进行 Normalize。eg:
new ViterbiSegment().enableNormalize(bool)
Who will benefit with this feature?
Are you willing to contribute it (Yes/No):
System information
Any other info
The text was updated successfully, but these errors were encountered: