For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > April 2007 > Ispell









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Ispell
Christian Christmann

2007-04-12, 8:05 am

Hallo,

um meine Dokumente zu überprüfen, nutze ich vim+ispell.

Gibt es bei ispell eine Möglichkeit, zu überprüfen, ob nicht
ein Wort 2x hintereinander auftaucht. Das sind beliebte Fehler,
die immer wieder auftauchen.

(Vielleicht geht es auch ganz einfach mit vim? Tipps willkommen).

Gruß,
Christian
Jens Thoms Toerring

2007-04-12, 10:03 pm

Christian Christmann <plfriko@yahoo.de> wrote:
> um meine Dokumente zu ?berpr?fen, nutze ich vim+ispell.


> Gibt es bei ispell eine M?glichkeit, zu ?berpr?fen, ob nicht
> ein Wort 2x hintereinander auftaucht. Das sind beliebte Fehler,
> die immer wieder auftauchen.


This is a group where people communicate in English, so here a
short translation: Christoph is asking if it's possible to
find instances where a word is accidentally repeated using
ispell.

Now my comment: I doubt that this is possible using ispell which
is just a spell checker. But you could use a regular expression
like

\(\<\w\+\>\)[ \t\n]\+\1

to search for such instances as long as the words are identical,
i.e. you don't have one of the words e.g. start with an upper
case letter while the other starts with a lower case one. That
case I better leave for the vi experts here;-)

Regards, Jens
--
\ Jens Thoms Toerring ___ jt@toerring.de
\__________________________ http://toerring.de
Tfiuhsvemail

2007-04-19, 5:54 pm

Katie Holmes touching her boobs!
http://Katie-Holmes-touching-her-bo...hp?movie=148803
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com