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

Handle correct accent mark placed over wrong vowel #8

Open
1ec5 opened this issue Nov 10, 2014 · 3 comments
Open

Handle correct accent mark placed over wrong vowel #8

1ec5 opened this issue Nov 10, 2014 · 3 comments

Comments

@1ec5
Copy link
Owner

1ec5 commented Nov 10, 2014

From m...@1ec5.org on 2008-08-16T00:27:49Z

Examples of words in which the user entered the correct accent marks, but
at least one of them appears over the wrong vowel:

  1. nứơc (expected: nước; suggested: nức)
  2. tóan (expected: toán; suggested: tan, than, toan, tó an)
  3. tâỷ (expected: tẩy; suggested: tâm, tân, tây, tâu, trâm) -- this is hard

Original issue: http://code.google.com/p/hunspell-spellcheck-vi/issues/detail?id=8

@1ec5
Copy link
Owner Author

1ec5 commented Nov 10, 2014

From m...@1ec5.org on 2008-08-16T00:50:50Z

Apparently the suggestions were improved in r42 and r45 , but only for the new-style
dictionary. Under the new-style dictionary:

  1. nứơc (expected: nước; suggested: nức)
  2. tóan (expected: toán; suggested: toán, tân, than, toan, tó an)
  3. tâỷ (expected: tẩy; suggested: tâm, tân, tây, tâu, tuỷ)

#2 now suggests the best word first.

@1ec5
Copy link
Owner Author

1ec5 commented Nov 10, 2014

From m...@1ec5.org on 2008-08-16T00:51:16Z

Status: Started

@1ec5
Copy link
Owner Author

1ec5 commented Nov 10, 2014

From m...@1ec5.org on 2010-09-24T09:35:53Z

With r101 and Firefox 4.0b6, we get the following:

  1. nứơc (expected: nước; suggested: nuốc, nuộc, nước, nược, nức) – 3rd place
  2. tóan (expected: toán; suggested: toan, toàn, toản, toán, tan) – 4th place
  3. tâỷ (expected: tẩy; suggested: tay, tày, táy, tây, tầy) – not suggested

With r102 and Firefox 4.0b6, we get the following:

  1. nứơc (expected: nước; suggested: nước, nược, nuốc, nuộc, nức) – 1st place
  2. tóan (expected: toán; suggested: toan, toàn, toản, toán, tan) – 4th place
  3. tâỷ (expected: tẩy; suggested: tây, tầy, tẩy, tấy, tay) – 3rd place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant