I would like to get a word frequency list from a text. How can I archive
this in the most direct way using Lucene classes?
Can I do it without generating an index?
No, if you want Lucene to compute frequencies, then you need to create an index.
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
