Wfreq is a graphic user interface application to return a list of words frequency from a text file.

USAGE:

Create a text file containing:

require 'wfreq'
Editor.run

save the text file as "wfreq.rbw" or "wfreq.rb" on your desktop if you are using Microsoft Windows as an Operating System.

if Ruby is in your PATH, clicking on this Ruby file will start the Widget.

The Application open a window with a large text frame and a menu. Select a file name from the opened system window. Once selected the frequency is displayed in the text window sorted in a descending area.

If you want to save the result appearing in the text window, choose save from the file menu and enter the desired filename.

To clear the Text Area select Close or New from the File Menu