The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

huge-delete.pl - Delete bigrams found by huge-count.pl based on low/high frequency.

SYNOPSIS

huge-delete.pl takes a unique bigram list and removes the bigrams based on a low or high frequency cutoff.

DESCRIPTION

See perldoc huge-delete.pl

USGAE

huge-delete.pl [OPTIONS] SOURCE DESTINATION

INPUT

Required Arguments:

SOURCE

Input to huge-delete.pl should be a single flat file generated by count.pl or huge-count.pl. The result file will be the DESTINATION.

Optional Arguments:

--remove L

low frequency cutoff --remove option will remove the bigrams which have less than cutoff frequencies.

--uremove L

high frequency cutoff --uremove option will remove the bigrams which have more than cutoff frequencies.

--frequency F

low frequency cutoff --frequency option will not print out the bigrams which have less than cutoff frequencies.

--ufrequency F

high frequency cutoff --frequency option will not print out the bigrams which have more than cutoff frequencies.

Other Options:

--help

Displays the help information.

--version

Displays the version information.

AUTHOR

Ying Liu, University of Minnesota, Twin Cities. liux0395@umn.edu

COPYRIGHT

Copyright (C) 2009-2011 Ying Liu

Ying Liu, University of Minnesota, Twin Cities. liux0395@umn.edu

Ted Pedersen, University of Minnesota, Duluth. tpederse@umn.edu

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.