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 bug 函数FrontEngineInterface::ThreeSandhi(const std::string &word, std::vectorstd::string *finals) 的实现中有finals = new std::vectorstd::string();这样的代码明显是错误的
To Reproduce ”美好生活“作为输入,‘美’字的音调应该从3声被修改为2声,代码逻辑确实修改了,但是由于上述写法,修改结果未能成功返回到finals参数中
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
您好,请问为什么关闭了issue,是找到解决方案了吗
Sorry, something went wrong.
No branches or pull requests
Describe the bug
函数FrontEngineInterface::ThreeSandhi(const std::string &word,
std::vectorstd::string *finals)
的实现中有finals = new std::vectorstd::string();这样的代码明显是错误的
To Reproduce
”美好生活“作为输入,‘美’字的音调应该从3声被修改为2声,代码逻辑确实修改了,但是由于上述写法,修改结果未能成功返回到finals参数中
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: