On Tue, Mar 08, 2011 at 09:40:30AM -0800, David E. Wheeler wrote: > Lucy::Tokenizer::Regex please!
Sorry, but due to C's flat namespace we have a limitation in our class naming scheme which excludes that possibility. The last part of the class name is used for the C struct name, which means that at the C level, an object belonging to the class "Lucy::Tokenizer::Regex" would be a "Regex". That's obviously inappropriate. Marvin Humphrey
