Hi Eleonora, On 7/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear Keli, > > The grammar checker should return each error with cause text. > stpos1 endpos1 cause1 > stpos2 endpos2 cause2 > ... > stposn endposn causen > It does not need to remember previous states at all. > New calling, new life.
I think this is covered by what the grammar() method returns: "NULL if the sentence is correct. Otherwise, an XGrammarSuggestions object with start/end position of a error in the sentence, reason for failure, and if possible, error correction proposals." > > There is a functioning one on www.danielnaber.de and > a perl-tk gui interface to it on tkltrans.sf.net. > You should play around a while with a working one, > then you get a feeling for that. > > Wish you a lot of success: Eleonora Thanks for the tip :-) Regards, Keli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
