Quote:
Originally Posted by davidfor
That doesn't make sense. There is no ICU method for counting ADE pages and the only overlapping code between the word count and the ADE page count is opening the epub for counting.
But, assuming you meant there was a big difference between the non-ICU word count with the beta and the word count with the released version, I need examples. And a definition of "really incorrect". When I compared the two, the difference is the number of files in the book. That is expected with the fix I put into the code for the word count.
If the difference is bigger than that, then I need actual examples I can look at including the counts you are seeing with the two versions.
|
Under Word count options there is a check for Use ICU algorithm for counting words.
ICU on
Code:
Page count: 255.0
Word count using icu_wordcount - trying to count_words
Word count - used count_words: 94052
Word count: 94052
ICU off
Code:
Page count: 255.0
Word count using older method - trying to count_words
Word count: 96049
I think that's a pretty big difference. I've scrambled the ePub so I can attach it.