tesseract/src/dict
Stefan Weil c2a8aa00b8 Fix constructor for class Dict (uninitialized member variables)
wildcard_unichar_id_, apostrophe_unichar_id_, question_unichar_id_ and
slash_unichar_id_ were not initialized in the constructor.

slash_unichar_id_ was used later in a conditional.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-06 17:52:52 +02:00
..
context.cpp Fix line endings 2018-04-25 19:04:50 +02:00
dawg_cache.cpp Fix line endings 2018-04-25 19:04:50 +02:00
dawg_cache.h Fix line endings 2018-04-25 19:04:50 +02:00
dawg.cpp Dawg: Define virtual destructor in .cpp file 2018-09-04 07:47:29 +02:00
dawg.h Dawg: Define virtual destructor in .cpp file 2018-09-04 07:47:29 +02:00
dict.cpp Fix constructor for class Dict (uninitialized member variables) 2018-10-06 17:52:52 +02:00
dict.h Fix use of wrong UNICHARSET 2018-10-06 13:21:09 +02:00
hyphen.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
Makefile.am Fix whitespace issues 2018-08-01 13:19:52 +02:00
matchdefs.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
permdawg.cpp Fix use of wrong UNICHARSET 2018-10-06 13:21:09 +02:00
stopper.cpp Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
stopper.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
trie.cpp Don't disable compiler warnings for Visual Studio 2018-05-03 14:26:20 +02:00
trie.h Clean up cutil.h 2018-07-03 11:31:41 +02:00