I want to do portesteeming on my text file. I have PorteSteeming.pm file.
But I dont know how to use that file to do stemming in my text file.
What will be the code to give input file and get output file after file words have been steemed.
Help required
Have no idea what portesteeming is myself. Basic concept to run a script with a file for input and one for output:
perl portestemming.pl infile.txt > outfile.txt