On Fri, Aug 21, 2009 at 12:22 PM, Ryan McKinley<ryan...@gmail.com> wrote:
> Ahh, I see:
>  Tokenizer extends TokenStream
>
> So if this is going to break everything that implements TokenStream rather
> then Tokenizer, it seems we should change the TokenizerFactory API from:
>  public Tokenizer create( Reader input )
> rather then:
>  public TokenStream create( Reader input );
>
> I would WAY rather have my compiler tell me something is wrong then get an
> error and then find some documentation about the tokenizer.

+1
Absolutely.

-Yonik
http://www.lucidimagination.com

Reply via email to