I'm trying to understand why my training data is detecting "D" as "I".  I 
was able to figure out how to get some output, and I've included it at the 
end of this post.  I can see that "I" and "D" are being selected under the 
first chop_word, however, I'm not sure exactly what the rest of the output 
means.  I see that I and D are both "REJECTED".  I see that later on D and 
B are candidates and D is "ACCEPTED", but then it gets "REJECTED" again. 
 Would anyone be able to direct me a bit further in trying to understand 
what the output is saying?

thanks,

Steve

chop_word:
r7.80 c-3.15 : 2 I [49 ]A
r11.47 c-4.63 : 4 D [44 ]A

Stopper:  I [49 ]A  (word=n, case=y)
Rebuilding state

Best Raw Choice:   (R=  7.8, C=-3.2, F=1.00, Frag=0)  I
  I
 31
  1

Best Cooked Choices:
Cooked Choice #1:  (R= 13.7, C=-3.2, F=1.50, Frag=0)  I
  I
 31
  1

Rejecter: I [49 ]A  (word=n, case=y, unambig=y)
Rejecter: Certainty = -3.2, Threshold = -2.5   REJECTED
Initial result: I r=13.7019, c=-3.15204, accepted=0, adaptable=0
Processing word with lang wwf at:Bounding box=(9,7)->(30,31)
chop_word:
r23.41 c-3.59 : 4 D [44 ]A
r39.92 c-6.12 : 1 B [42 ]A

Stopper:  D [44 ]A  (word=n, case=y)
Rebuilding state

Best Raw Choice:   (R= 23.4, C=-3.6, F=1.00, Frag=0)  D
  D
 35
  1

Best Cooked Choices:
Cooked Choice #1:  (R= 37.1, C=-3.6, F=1.50, Frag=0)  D
  D
 35
  1

Rejecter: D [44 ]A  (word=n, case=y, unambig=y)
Rejecter: Certainty = -3.6, Threshold = -2.5   REJECTED
Initial result: D r=37.1098, c=-3.58721, accepted=0, adaptable=0
Processing word with lang wwf at:Bounding box=(14,12)->(25,26)
chop_word:
r7.80 c-3.15 : 2 I [49 ]A
r11.47 c-4.63 : 4 D [44 ]A

Stopper:  I [49 ]A  (word=n, case=y)
Stopper:  Certainty = -3.2, Threshold = -2.5
Rebuilding state

Best Raw Choice:   (R=  7.8, C=-3.2, F=1.00, Frag=0)  I
  I
 31
  1

Best Cooked Choices:
Cooked Choice #1:  (R= 13.7, C=-3.2, F=1.50, Frag=0)  I
  I
 31
  1

Rejecter: I [49 ]A  (word=n, case=y, unambig=y)
Rejecter: Certainty = -3.2, Threshold = -3.5   ACCEPTED
Accepted result: I r=13.7019, c=-3.15204, accepted=1, adaptable=0
Processing word with lang wwf at:Bounding box=(9,7)->(30,31)
chop_word:
r23.41 c-3.59 : 4 D [44 ]A
r39.92 c-6.12 : 1 B [42 ]A

Stopper:  D [44 ]A  (word=n, case=y)
Stopper:  Certainty = -3.6, Threshold = -2.5
Rebuilding state

Best Raw Choice:   (R= 23.4, C=-3.6, F=1.00, Frag=0)  D
  D
 35
  1

Best Cooked Choices:
Cooked Choice #1:  (R= 37.1, C=-3.6, F=1.50, Frag=0)  D
  D
 35
  1

Rejecter: D [44 ]A  (word=n, case=y, unambig=y)
Rejecter: Certainty = -3.6, Threshold = -3.5   REJECTED
Initial result: D r=37.1098, c=-3.58721, accepted=0, adaptable=0
Press any key to continue . . .

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to