On Wed, Feb 16, 2005 at 09:21:12AM -0800, Tac Tacelosky wrote:
> Is there a way to get a list of the words in an index, and their frequency?
> (Ideally, ordered by frequency).
How about:
$ swish-e -T index_words | grep . | perl -nae 'print "$F[3] $F[0]\n"' | sort -rn
BTW -- I'd stay away from IgnoreLimit.
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Wed Feb 16 10:39:43 2005