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
遇到的問題
> pangu.spacing("吃apple / banana") '吃 apple /banana' > pangu.spacing("apple / banana") 'apple / banana' > pangu <ref *1> NodePangu { version: '4.0.7', default: [Circular *1], Pangu: [Function: NodePangu] }
在第一个输出中, "banana"前的空格被移除.
我的预期行为是这个空格不应被移除.
The text was updated successfully, but these errors were encountered:
This is also wrong:
╰$node dist/node/cli.js '好人 / bad guy' 好人 /bad guy ╰$node dist/node/cli.js '好人 / Bad Guy' 好人 / Bad Guy
Sorry, something went wrong.
遇到的問題 > pangu.spacing("吃apple /") '吃 apple ' > pangu.spacing("apple / ) 'apple /' > pangu <ref *1> NodePangu { version: '4.0.7', default: [Circular *1], Pangu: [Function: NodePangu] } 在第一个输出中, "ini
> pangu.spacing("吃apple /") '吃 apple ' > pangu.spacing("apple / ) 'apple /' > pangu <ref *1> NodePangu { version: '4.0.7', default: [Circular *1], Pangu: [Function: NodePangu] }
在第一个输出中, "ini
Mr tickel by_Jf
Successfully merging a pull request may close this issue.
遇到的問題
在第一个输出中, "banana"前的空格被移除.
我的预期行为是这个空格不应被移除.
The text was updated successfully, but these errors were encountered: