Ted Pedersen > WordNet-Similarity-2.03 > brownFreq.pl

Download:
WordNet-Similarity-2.03.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: WordNet-Similarity-2.05

NAME ^

brownFreq.pl

SYNOPSIS ^

brownFreq.pl [--outfile=OUTFILE [--stopfile=STOPFILE] [--wnpath=WNPATH] [--resnik] [--smooth=SCHEME] FILES | --help --version]

OPTIONS ^

--outfile=filename

    The name of a file to which output should be written

--stopfile=filename

    A file containing a list of stop listed words that will not be
    considered in the frequency counts.  A sample file can be down-
    loaded from
    http://www.d.umn.edu/~tpederse/Group01/WordNet/words.txt

--wnpath=path

    Location of the WordNet data files (e.g.,
    /usr/local/WordNet-3.0/dict)

--resnik

    Use Resnik (1995) frequency counting

--smooth=SCHEME

    Smoothing should used on the probabilities computed.  SCHEME can
    only be ADD1 at this time

--help

    Show a help message

--version

    Display version information

FILES

    Files for the Brown Corpus (e.g., /home/sid/Brown/BROWN1/*.TXT).