..
ambiguous_words.cpp
Remove old comments in file headers
2019-03-16 10:55:00 +01:00
boxchar.cpp
BoxChar: Fix compiler warnings (signed/unsigned)
2019-03-02 14:04:54 +01:00
boxchar.h
Move training to src.
2018-04-25 11:35:26 +03:00
classifier_tester.cpp
Merge remote-tracking branch 'my_repo/small_fixes' into small_fixes
2018-05-20 18:48:30 +03:00
CMakeLists.txt
IcuErrorCode: Define virtual destructor in .cpp file
2018-09-04 12:11:23 +02:00
cntraining.cpp
Fix Doxygen comments for void functions
2019-05-14 21:57:17 +02:00
combine_lang_model.cpp
remove duplicate help from combine_lang_model
2018-10-01 21:22:51 +02:00
combine_tessdata.cpp
Add missing cerrno includes - fixes #1986
2018-10-13 16:02:48 -04:00
commandlineflags.cpp
commandlineflags: Replace strtod by std::stringstream
2019-05-02 07:33:46 +02:00
commandlineflags.h
Remove unused include statements for tprintf.h
2018-11-18 17:25:01 +01:00
commontraining.cpp
Fix Doxygen comments for void functions
2019-05-14 21:57:17 +02:00
commontraining.h
Ensure baseapi.h header is used by commontraining.h regardless of autotools usage
2019-01-04 20:20:00 +00:00
dawg2wordlist.cpp
Remove BOOL8, TRUE, FALSE from host.h
2019-03-31 18:27:20 +02:00
degradeimage.cpp
Merge branch 'master' into distort
2019-02-23 18:23:14 +01:00
degradeimage.h
Fix line endings
2018-04-25 19:04:50 +02:00
icuerrorcode.cpp
IcuErrorCode: Define virtual destructor in .cpp file
2018-09-04 12:11:23 +02:00
icuerrorcode.h
Add missing include file (fixes linker error for Visual Studio)
2018-09-04 12:22:57 +02:00
lang_model_helpers.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
lang_model_helpers.h
Move training to src.
2018-04-25 11:35:26 +03:00
language_specific.py
python: optimize imports, reformat code
2019-03-31 16:53:39 +02:00
language-specific.sh
Fix broken shell scripts for training
2019-03-25 15:32:43 +01:00
ligature_table.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
ligature_table.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
lstmeval.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
lstmtester.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
lstmtester.h
Move training to src.
2018-04-25 11:35:26 +03:00
lstmtraining.cpp
lstmtraining: Handle failed remove syscall (CID 1396166)
2018-10-16 16:53:23 +02:00
Makefile.am
Add initial support for traineddata files in standard archive formats
2019-03-05 17:18:48 +01:00
merge_unicharsets.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
mergenf.cpp
Fix Doxygen comments for void functions
2019-05-14 21:57:17 +02:00
mergenf.h
Replace FLOAT32 by float data type
2018-07-02 13:29:39 +02:00
mftraining.cpp
Remove unused include statements
2018-10-29 19:46:58 +01:00
normstrngs.cpp
Fix compiler warnings [-Wmissing-prototypes]
2018-07-05 16:03:02 +02:00
normstrngs.h
Move training to src.
2018-04-25 11:35:26 +03:00
pango_font_info.cpp
pango_font_info: Fix runtime error messages from Pango
2019-01-23 13:55:13 +01:00
pango_font_info.h
Remove BOOL8, TRUE, FALSE from host.h
2019-03-31 18:27:20 +02:00
set_unicharset_properties.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
shapeclustering.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
stringrenderer.cpp
revert debug message commited by mistake
2018-10-13 11:20:25 +02:00
stringrenderer.h
Remove BOOL8, TRUE, FALSE from host.h
2019-03-31 18:27:20 +02:00
tessopt.cpp
use <cstdio> instead of <stdio.h>
2018-10-20 21:46:40 +02:00
tessopt.h
Remove BOOL8, TRUE, FALSE from host.h
2019-03-31 18:27:20 +02:00
tesstrain_utils.py
Remove spaces a line endings
2019-04-13 18:54:42 +02:00
tesstrain_utils.sh
Merge pull request #2294 from bertsky/lstm-with-char-whitelist
2019-04-06 14:41:30 +02:00
tesstrain.py
python: optimize imports, reformat code
2019-03-31 16:53:39 +02:00
tesstrain.sh
Fix broken shell scripts for training
2019-03-25 15:32:43 +01:00
text2image.cpp
TODO
2019-02-23 17:56:02 +05:30
tlog.cpp
Fix line endings
2018-04-25 19:04:50 +02:00
tlog.h
Replace tprintf_internal by tprintf and clean tprintf code
2018-07-07 21:47:10 +02:00
unicharset_extractor.cpp
Move training to src.
2018-04-25 11:35:26 +03:00
unicharset_training_utils.cpp
Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>).
2018-05-20 00:52:04 +03:00
unicharset_training_utils.h
Move training to src.
2018-04-25 11:35:26 +03:00
util.h
Fix runtime error (left shift of negative value)
2019-03-12 06:56:54 +01:00
validate_grapheme.cpp
Use alternative way to comment a block of code (using the c preprocessor).
2019-02-26 15:05:51 +05:30
validate_grapheme.h
Fix line endings
2018-04-25 19:04:50 +02:00
validate_indic.cpp
Validator: Fix compiler warnings (signed/unsigned)
2019-03-02 13:05:03 +01:00
validate_indic.h
Fix line endings
2018-04-25 19:04:50 +02:00
validate_javanese.cpp
Validator: Fix compiler warnings (signed/unsigned)
2019-03-02 13:05:03 +01:00
validate_javanese.h
Fix new whitespace issues
2018-08-23 18:18:15 +02:00
validate_khmer.cpp
Validator: Fix compiler warnings (signed/unsigned)
2019-03-02 13:05:03 +01:00
validate_khmer.h
Fix line endings
2018-04-25 19:04:50 +02:00
validate_myanmar.cpp
Remove spaces a line endings
2019-04-13 18:54:42 +02:00
validate_myanmar.h
Fix line endings
2018-04-25 19:04:50 +02:00
validator.cpp
Validator: Define virtual destructor in .cpp file
2018-09-04 07:48:43 +02:00
validator.h
Validator: Fix compiler warnings (signed/unsigned)
2019-03-02 13:05:03 +01:00
wordlist2dawg.cpp
Remove old comments in file headers
2019-03-16 10:55:00 +01:00