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
Suggested change
elif ref_aa == "-": # Insertion if results and results[-1][0] == "ins" and results[-1][1] == pos: # Merge with previous #results.append(("ins", pos, results[-1][2] + aa)) results[-1] = ("ins", pos, results[-1][2] + aa) else: # Start a new insertion results.append(("ins", pos, aa))
The text was updated successfully, but these errors were encountered:
Thanks - didn't realize anyone was using this repo! Would you mind submitting a PR with this change?
Sorry, something went wrong.
Dear @liyupeng111 ,
Where to put this block?
Best, Liam
No branches or pull requests
Suggested change
The text was updated successfully, but these errors were encountered: