Japanese language #108
Unanswered
aTan-aka-Xellos
asked this question in
Q&A
Replies: 1 comment
-
You could ask https://github.com/AtheS21/SymspellCPP , who writes "Tested with English and Japanese and this version produced similar result to the original C# code". A Japanese word frequency dictionary can be found here: https://github.com/hermitdave/FrequencyWords/tree/master/content/2018/ja With symSpell.WordSegmentation you may transform unsegmented text (without spaces) into segmented text (spaces are inserted between words) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Does anybody have experience with applying SymSpell (or edit distance approach in general) to CJK languages such as Japanese?
Since they have such challenges as:
Right now looking for the approach for building the DidYouMean tool for the Japanese language and so far a lot of things hint that all tools that are based on 'edit distance', like SymSpell won't work.
Beta Was this translation helpful? Give feedback.
All reactions