RE: Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Uwe Schindler
r-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] _ From: Shai Erera [mailto:[email protected]] Sent: Sunday, November 22, 2009 12:06 PM To: [email protected] Subject: Re: Problematic documentation in o.a.l.analysis.package.html Perhaps copyTo works for

Re: Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Shai Erera
e whole attributes API. > > > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > -- > > *From:* Shai Erera [mailto:[email protected]] > *Sent:* Sunday, No

RE: Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Uwe Schindler
AM To: [email protected] Subject: Re: Problematic documentation in o.a.l.analysis.package.html Thanks Uwe. About (3), I use copyTo, not clone. I used the word 'clone' just out of habit. I'll read more about captureState, but I think copyTo works fine for me. Abour (2)

Re: Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Shai Erera
; > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > -- > > *From:* Shai Erera [mailto:[email protected]] > *Sent:* Sunday, November 22, 2009 9:37 AM > *To:* [email protected]

RE: Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Uwe Schindler
9:37 AM To: [email protected] Subject: Problematic documentation in o.a.l.analysis.package.html Hi I've read the analysis package.html and I found two issues: 1) The code sample under Invoking the Analyzer is broken. It calls incrementToken() but inside the while it prints '

Problematic documentation in o.a.l.analysis.package.html

2009-11-22 Thread Shai Erera
Hi I've read the analysis package.html and I found two issues: 1) The code sample under Invoking the Analyzer is broken. It calls incrementToken() but inside the while it prints 'ts' (which is TokenStream) and then do "t = ts.next()", which no longer works. That's an easy fix, so I don't think a