File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
// File: unicharset.h
3
3
// Description: Unicode character/ligature set class.
4
4
// Author: Thomas Kielbus
5
- // Created: Wed Jun 28 17:05:01 PDT 2006
6
5
//
7
6
// (C) Copyright 2006, Google Inc.
8
7
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -153,7 +152,7 @@ class UNICHARSET {
153
152
// List of strings for the SpecialUnicharCodes. Keep in sync with the enum.
154
153
static TESS_API const char * kSpecialUnicharCodes [SPECIAL_UNICHAR_CODES_COUNT];
155
154
156
- // ICU 2.0 UCharDirection enum (from third_party/ icu/include/unicode/uchar.h)
155
+ // ICU 2.0 UCharDirection enum (from icu/include/unicode/uchar.h)
157
156
enum Direction {
158
157
U_LEFT_TO_RIGHT = 0 ,
159
158
U_RIGHT_TO_LEFT = 1 ,
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ def phase_UP_generate_unicharset(ctx):
490
490
491
491
# # Punctuation DAWG
492
492
# # -r arguments to wordlist2dawg denote RTL reverse policy
493
- # # (see Trie::RTLReversePolicy enum in third_party/ tesseract/dict/trie.h).
493
+ # # (see Trie::RTLReversePolicy enum in tesseract/src /dict/trie.h).
494
494
# # We specify 0/RRP_DO_NO_REVERSE when generating number DAWG,
495
495
# # 1/RRP_REVERSE_IF_HAS_RTL for freq and word DAWGS,
496
496
# # 2/RRP_FORCE_REVERSE for the punctuation DAWG.
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ phase_D_generate_dawg() {
386
386
387
387
# Punctuation DAWG
388
388
# -r arguments to wordlist2dawg denote RTL reverse policy
389
- # (see Trie::RTLReversePolicy enum in third_party/ tesseract/dict/trie.h).
389
+ # (see Trie::RTLReversePolicy enum in tesseract/src /dict/trie.h).
390
390
# We specify 0/RRP_DO_NO_REVERSE when generating number DAWG,
391
391
# 1/RRP_REVERSE_IF_HAS_RTL for freq and word DAWGS,
392
392
# 2/RRP_FORCE_REVERSE for the punctuation DAWG.
You can’t perform that action at this time.
0 commit comments