Posted on 2011-09-22 16:32:30.791798-07 by ihaveaquestion
Problems with install and running
I've tried to install SenseClusters under Windows and it even seems to be running but I always get a message "Error(discriminate.pl): Error(code=No such file o directory) while opening the feature file *prefix*.bigrams"; , where *prefix* stands for a regular prefix generated by the program.
I've looked for a file that must create a "*.bigrams" feature file but I am not sure about the results. What file of the package creates a "*.bigram" file for the case when no special options are indicated for discriminate.pl?

Next, the installation does not really work for KNOPPIX Linux system. When I try to execute discriminate.pl under KNOPPIX it would not even find SparseMatrix component with the error that @INC contains only /usr/bin/..., etc. Where can I change the path to my SparseMatrix and other components, i.e. where is @INC defined?

I will really appreciate your answers or at least precise links to where the answers are written, since I've read instructions, INSTALL and readme files but still cannot get it... :( Great thanks in advance!
Direct Responses: 13504 | Write a response
Posted on 2011-09-23 13:41:58.070449-07 by tpederse in response to 13503
Re: Problems with install and running
The bigram files are created by count.pl and statistic.pl. I don't think the problems you describe are KNOPPIX related. Rather, it sounds like a problem with your @INC variable. That is automatically updated, assuming that you are installing these modules correctly. That typically means using the standard 4 step sequence perl Makefile.PL make make test sudo make install If you do that, then I think your @INC problems should be resolved. This process is well described in the INSTALL files, so you might want to recheck there... I hope this helps. Good luck, Ted
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.