wordmatch-package:
Matches words in two files.
Description
It takes input vector of words and compare words among two files. The output shows the row number and words which matches in both files.Details
Package: |
wordmatch |
Type: |
Package |
Version: |
1.0 |
Date: |
2013-07-22 |
License: |
GPL2 |
This package requires installation of two packages i.e. plyr and reshape2. After installation you can install the package wordmatch.
Use input as a CSV file only and words in the sentence should be comma separated.The argument "file1" and "file2" are the name of the files containing the words and their values should always be a character value.The argument "n" is the integer value for the minimum number of words to be matched. It should always be positive integer. wordmatch(file1,file2,n)
References
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.