WordDelimiterFilter and acronyms normalization

2009-11-26 Thread Andrey Klochkov
Hi all! Is there any ready-for-use filter which performs acronyms normalization such as "I.N.C."->"INC"? I see that Lucene's StandardFilter can do this but we can't use it as we're using WhitespaceTokenizer instead of StandardTokenizer. -- Andrew Klochkov Senior Software Engineer, Grid Dynamics

Re: WordDelimiterFilter and acronyms normalization

2009-11-26 Thread AHMET ARSLAN
> Is there any ready-for-use filter which performs acronyms > normalization such > as "I.N.C."->"INC"? > > I see that Lucene's StandardFilter can do this but we can't > use it as we're > using WhitespaceTokenizer instead of StandardTokenizer. > I am bad at regular expressions but if you can wri