We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I read your add_noise script but can not understand this:
self.typo = {"ă": ["aw", "a8"], "â": ["aa", "a6"], "á": ["as", "a1"], "à": ["af", "a2"], "ả": ["ar", "a3"], ...
Could you explain the meaning of the 2nd element, e.g. "a8", "ô5", ...
The text was updated successfully, but these errors were encountered:
Its VNI encoding. Example: a8 ~ ă
Sorry, something went wrong.
No branches or pull requests
I read your add_noise script but can not understand this:
self.typo = {"ă": ["aw", "a8"], "â": ["aa", "a6"], "á": ["as", "a1"], "à": ["af", "a2"], "ả": ["ar", "a3"], ...
Could you explain the meaning of the 2nd element, e.g. "a8", "ô5", ...
The text was updated successfully, but these errors were encountered: