View Single Post
Old 05-17-2011, 11:44 AM   #68
kacir
Wizard
kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.
 
kacir's Avatar
 
Posts: 3,450
Karma: 10484861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
David, are you familiar with Regular Expressions?

I was helping another author to clean up his book and I worked out some Regular Expressions to search for particular types of errors. Like two words repeating, space before coma or a full stop ...
You can catch surprising number of typos/formatting errors this way.
I can run your text through such check, or I can post instructions. Let me know if you are interested.

What I did was, that when I found a formatting error, such as two words repeating, or miss-positioned quotation mark, I wrote regular expression (to be used in "search and replace" in editor) to catch all occurrences of this error.

There are, I believe automated tools that are much more sophisticated.
kacir is offline   Reply With Quote