View Single Post
Old 08-14-2014, 11:20 AM   #1473
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Hi

Proof-reading: a little wish

I've used koreader to proofread two full books, a big and a smaller one.

As I've been advised, I used the "highlight" function coupled with the "booktitle".lua file written in the history folder. In this file, each highlighted sentence is given this way (top left here being the page number):

Code:
[217] = {
			[1] = {
				["datetime"] = "2014-08-14 10:01:37",
				["drawer"] = "lighten",
				["pos0"] = "/body/DocFragment[6]/body/p[130]/text().827",
				["pos1"] = "/body/DocFragment[6]/body/p[130]/text().860",
				["text"] = "sans peine le_nom de ces victimes"
			}
		},
This tool is very handy. We can quickly and conveniently highlight a sentence (or part of a...) and take note of it.

I think however it could be improved if the sentences were not mixed and were written in strict chronological order, one after another. Now they are mixed haphazardy.

Also, I have the feeling that this tool is not strong enough and can easily lose some highlighted sentences even with careful use. If it kept an incremental counter of these highlighted sentences, we could check if everything is OK instead of being suspicious...

The pos0 and pos1 elements are not really very useful... but we are not obliged to look at them

Last edited by roger64; 08-14-2014 at 12:32 PM.
roger64 is offline   Reply With Quote