-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
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
Add SplitDelimiterBehavior to Punctuation constructor #657
Conversation
6162e2c
to
bc5bebc
Compare
Thank you for taking care of this @vladdy! Let me know if you need any help! |
bc5bebc
to
8b79d82
Compare
Hey @vladdy! Do you want me to take over from here? If you'd like to continue but need some help with the node bindings or anything else, I'd be happy to provide you with some guidance. Let me know! |
Sorry, got a bit busy at work! I'll try to get more progress within a few next days and let you know if I have any questions. |
8b79d82
to
03240ab
Compare
03240ab
to
f77b67e
Compare
@n1t0 Thank you for your patience! This is ready for the review. Let me know if you want me to change/add anything. If you are fine with the proposed changes, please approve running the workflows so that I could check their results. |
f77b67e
to
14072f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vladdy Thank you for taking care of this! From a quick glance, it looks great! I approved the workflows, and there just seems to be a typo.
Can you also modify the CHANGELOG.md
file under bindings/python
with this modification?
f28177e
to
6de3d23
Compare
@n1t0 I've added a CHANGELOG entry under new 0.10.4 version. Please let me know if you had any other plans about it. |
6de3d23
to
5ffd30f
Compare
@n1t0, just checking if you still need me to change anything else here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vladdy! Everything looks good
This change allows to customize
SplitDelimiterBehavior
for thePunctuation
pre-tokenizer. For backwards compatibility,SplitDelimiterBehavior::Isolated
is set the default. Python and NodeJS bindings were updated accordingly.Resolves: #642