migaku-official / migaku-browser-extension-issue-tracker

An issue tracker for bugs and other issues related to the Migaku browser extension.
2 stars 0 forks source link

Japanese name is parsed in correctly #35

Open melink14 opened 2 years ago

melink14 commented 2 years ago

Describe the bug The name 拓斗 is parsed as two independent words instead of the single name it is.

To Reproduce Steps to reproduce the behavior:

  1. Search for 拓斗 on google
  2. Use migaku toolbar to parse.
  3. Notice two red underlines instead of 1

Expected behavior 拓斗 should be parsed as a single word

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Parsing names is probably difficult in general but given a fairly complete names dictionary it should be as doable as other words. I don't care much about parsing words but the problem is that after parsing, there's no way to do a normal pop dictionary lookup across parsed word boundaries. Another solution to this would be to how manually correct parsing or allow looking up words across parsing boundaries.