NAME
vector-input.pl - build the term index file and co-occrrence matrix for umls-similarity.pl to calculate the vector relatedness
vector-input.pl takes the bigrams frquency input and build the co-occurrence matrix
DESCRIPTION
See perldoc vector-input.pl
USGAE
vector-input.pl INDEX MATRIX SOURCE
INPUT
Required Arguments:
INDEX
output file of the vector-input.pl. It records the index of each term and the vector start position ond length f the co-occurrence matrix.
MATRIX
output file of the vector-input.pl. Each line is a vector for the term and its co-occurrence term and their frequency.
SOURCE
Input to vector-input.pl should be a single flat file generated by count.pl or huge-count.pl of Text-NSP package.
Other Options:
--help
Displays the help information.
--version
Displays the version information.
AUTHOR
Ying Liu, liux0395 at umn.edu
BUGS
SEE ALSO
home page: www.tc.umn.edu/~liux0395
COPYRIGHT
Copyright (C) 2009, Ying Liu
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 8:
Unknown directive: =head