tesseract/dict
Ray Smith 84920b92b3 Font and classifier output structure cleanup.
Font recognition was poor, due to forcing a 1st and 2nd choice at
a character level, when the total score for the correct font is often
correct at the word level, so allowed the propagation of a full set
of fonts and scores to the word recognizer, which can now decide word
level fonts using the scores instead of simple votes.

Change precipitated a cleanup of output data structures for classifier
results, eliminating ScoredClass and INT_RESULT_STRUCT, with a few
extra elements going in UnicharRating, and using that wherever possible.
That added the extra complexity of 1-rating due to a flip between 0 is
good and 0 is bad for the internal classifier scores before they are
converted to rating and certainty.
2015-05-12 17:24:34 -07:00
..
context.cpp Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00
dawg_cache.cpp Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
dawg_cache.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
dawg.cpp Fixed issue 1245 2014-08-13 18:51:28 -07:00
dawg.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
dict.cpp fix issue 123: user-words (and user-patterns) file specified by command line 2014-05-04 21:11:00 +00:00
dict.h fix issue 123: user-words (and user-patterns) file specified by command line 2014-05-04 21:11:00 +00:00
hyphen.cpp Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
Makefile.am Removed dependence on IMAGE class 2014-01-09 17:31:29 +00:00
matchdefs.h Fixed issue 743 2014-01-10 18:25:46 +00:00
permdawg.cpp Removed dependence on IMAGE class 2014-01-09 17:31:29 +00:00
stopper.cpp Font and classifier output structure cleanup. 2015-05-12 17:24:34 -07:00
stopper.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
trie.cpp Fixed issue 1245 2014-08-13 18:51:28 -07:00
trie.h Fixed issue 1245 2014-08-13 18:51:28 -07:00