I have a book project written in LaTeX, and I have found that quite a number of the hyphenations that TeX produced are wrong. It would be quite painful to scan the document for all hyphenation points, so I am looking for a tool that will collect all hyphenations from the document.
I have read about hyphen-show, but apparently it reads DVI files. I use LuaTeX to directly produce PDF, and that will probably mean that that tool is of no help to me.


\hyphenation{}command to define execptions. Mind you, 95% or more of all hyphenations in the document are indeed correct. – MPi Mar 22 '11 at 20:10\usepackage[english=usenglishmax]{hyphsubst}. – Lev Bishop Mar 23 '11 at 14:52ngerman) can be invoked via\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst}. (I read somewhere that it's better to load the hyphenation patterns with\RequirePackageeven before\documentclassbut don't really remember why. – doncherry May 1 '11 at 8:58