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

Update tokenizer #101

Merged
merged 11 commits into from
Sep 1, 2023
Merged

Update tokenizer #101

merged 11 commits into from
Sep 1, 2023

Conversation

vmenger
Copy link
Owner

@vmenger vmenger commented Sep 1, 2023

  • tokenizer logic:
    • a token is now a sequence of alphanumeric characters, a single newline, or a single special character
    • whitespaces are no longer considered tokens
    • moved previous/next logic (only alpha) to token subclass, so other annotators are not affected

@vmenger vmenger merged commit e35b1bc into main Sep 1, 2023
5 checks passed
@vmenger vmenger deleted the update-tokenizer branch September 13, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant