-
Notifications
You must be signed in to change notification settings - Fork 61
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
Is there a way to recognize characters other than Japanese and the alphabet? #50
Comments
To what language do you want to use? I have a plan to develop a feature that enables users to inject user-customized language processer, so I want to know your use case. |
chinese |
@wtetsu I want to use it for eng -> turkish, is this only eng -> jp? |
@toprak |
Is it not necessary to rewrite the program just by importing the dictionary data? |
@yamadayo If you need smarter parser for other languages, program improvement is required. |
Greetings. I've tried Spanish and didn't work at the accent alphabets e.g. "programación" The example dataset: {
"lenguaje": "language as in choice of words\nprogramming language",
"lenguaje de programación": "A programming language",
"lengua materna": "mother tongue"
} Screenshot: I would suggest a workaround something like enabling user to map unsupported characters e.g. "ó" -> "o", "ñ" -> "n"; |
@yuis-ice |
Is there a way to recognize characters other than Japanese and the alphabet?
The text was updated successfully, but these errors were encountered: