You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@VeeVis
Single quotes (apostrophes) are used to enclose strings like 'hoge', so they are excluded from tokenization.
If there are only a few common cases like doesn't and don't, I recommend adding them to a 'Custom Dictionary'. Words registered in the 'Custom Dictionary' will not be split.
If the 'Custom Dictionary' cannot fully cover your needs, and if other people need it, I'll consider it.
I write a lot with apostrophes and I can't figure out how to tokenize words like "don't".
I tried the following:
doesn't appears as doesn\
doesn\t appears as doesn\t
"doesn't" appears as doesn
"doesn't" appears as doesn\
edit: I see that the \ disappears when the text is pasted, imagine I have a backspace before the apostrophe.
I just can't figure this out and it bugs me to write without apostrophes, so any help is good.
The text was updated successfully, but these errors were encountered: