huge-delete.pl(1) - Linux man page

Name

huge-delete.pl - Delete the bigrams by low/high frequency

Synopsis

huge-delete.pl takes a unique bigrams list and remove the bigrams by the low or hight frequency cutoffs.

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 © 2009-2010 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 .