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

StripAccents doesn't work #1496

Closed
NivinaNull opened this issue Apr 16, 2024 · 1 comment
Closed

StripAccents doesn't work #1496

NivinaNull opened this issue Apr 16, 2024 · 1 comment
Labels

Comments

@NivinaNull
Copy link

I got these following few lines code to test StripAccents, but it turned out not working
"""
from tokenizers import normalizers
from tokenizers.normalizers import Strip, StripAccents
normalizer = normalizers.Sequence([Strip(), StripAccents()])
print(normalizer.normalize_str("Héllò hôw are ü? "))
"""

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label May 17, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant