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
这里对超出MAX_LENGTH的sentence进行切割的逻辑有问题,第二次循环,index就等于MAX_LENGTH了,substring(index, MAX_LENGTH)=substring(MAX_LENGTH, MAX_LENGTH),然后就跳出循环了,相当于直接截断了,并没有分割后加进去
The text was updated successfully, but these errors were encountered:
我个人目前没有精力维护项目,如果你解决了这个问题可以提pr。
Sorry, something went wrong.
这个pdf里面得内容是什么样子
No branches or pull requests
这里对超出MAX_LENGTH的sentence进行切割的逻辑有问题,第二次循环,index就等于MAX_LENGTH了,substring(index, MAX_LENGTH)=substring(MAX_LENGTH, MAX_LENGTH),然后就跳出循环了,相当于直接截断了,并没有分割后加进去
The text was updated successfully, but these errors were encountered: