Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://code.google.com/p/tesseract-ocr/issues/detail?id=1392
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The recovered word lists are found to be incomplete and contain many erroneous entries.
Please use the included dictionaries for training data for Vietnamese language.
Apr 16, 2015
#1 zdenop
can you have a look and review Vietnamese dictionaries in langdata repository?
https://code.google.com/p/tesseract-ocr/source/browse/vie/?repo=langdata&name=master
Apr 19, 2015
2 nguyenq87
vie.wordlist.clean would need to be scrapped totally as it contains so many misspelled Vietnamese and English words, words missing diacritical marks or running on together (Vietnamese words are mostly monosyllables).
The provided vie.words_list is composed of several lists commonly used among Vietnamese-language application developers, including those from http://www.informatik.uni-leipzig.de/~duc/software/misc/wordlist.html.
The fourth column in vie.unicharambigs contains many characters that are not Vietnamese, e.g., üûñËÄ. Those characters should not be used for match target.
http://vietunicode.sourceforge.net/charset/vietalphabet.html
(http://web.archive.org/web/20150413012244/https://code.google.com/p/tesseract-ocr/issues/detail?id=1392)