On 6/13/05, Andy Roberts <[EMAIL PROTECTED]> wrote: > On Monday 13 Jun 2005 13:18, Markus Wiederkehr wrote: > > I see, the list of exceptions makes this a lot more complicated than I > > thought... Thanks a lot, Erik! > > > > I expect you'll need to do some pre-processing. Read in your text into a > buffer, line-by-line. If a given line ends with a hyphen, you can manipulate > the buffer to merge the hyphenated tokens.
As Erik wrote it is not that simple, unfortunately. For example, if one line ends with "read-" and the next line begins with "only" the correct word is "read-only" not "readonly". Whereas "work-" and "ing" should of course be merged into "working". Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]