Re: Porting Analyzer from ver 4.8.1 to ver 6.4.1
Thank you, works like a charm.
RE: Porting Analyzer from ver 4.8.1 to ver 6.4.1
Hi, Remove the setReader()? Tokenizers do not need a Reader when they are constructed (as they are for reuse). Once created the same instance is used over and over, so it is initialized with a Reader before each use. This was never different in the past, the was just the additional hurdle to ha