Re: Specify increment gap with PatternTokenizerFactory

2009-10-25 Thread Chris Hostetter
: Is there a way to specify an increment gap between tokens with the : PatternTokenizerFactory or do I need to customise it? For instance if I : split on commas in "*Books, Online Shopping, Book Store*" I want to be able : to put a 100 position gap between say "books" and "online shopping". Term

Specify increment gap with PatternTokenizerFactory

2009-10-20 Thread Julien Nioche
Hi, Is there a way to specify an increment gap between tokens with the PatternTokenizerFactory or do I need to customise it? For instance if I split on commas in "*Books, Online Shopping, Book Store*" I want to be able to put a 100 position gap between say "books" and "online shopping". There is