Skip to content
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

Issue with \u200d zero width joiner in tokenizer #10

Open
Kaniz92 opened this issue Sep 15, 2022 · 0 comments
Open

Issue with \u200d zero width joiner in tokenizer #10

Kaniz92 opened this issue Sep 15, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Kaniz92
Copy link

Kaniz92 commented Sep 15, 2022

Incorrect tokenizer returns with \u200d.

Input text = 'ගුඩ් මෝනින් ෆ්‍රෙන්ස්!'
tokenizer return = ['ගුඩ්', 'මෝනින්', 'ෆ්\u200dරෙන්ස්', '!']

The issue occurs with other words such as 'ප්\u200dරකාශක', 'සාමාන්\u200dය', 'සත්\u200dය'.

@ysenarath ysenarath added bug Something isn't working good first issue Good for newcomers labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Project Tasks
  
Awaiting triage
Development

No branches or pull requests

2 participants