I am having a problem in setting the classpath to the libraries of the CRF program that I
have downloaded. There is a .sh file that I have to run, but first I have to set the
CRF_HOME to the directory to where I have the program. I have been trying to do it but it
is not working. Any help is appreciated. This is the .sh file.
Make sure to set the classpath by running "settings.sh" after
setting CRF_HOME to the directory where you have unpackaged this distribution.
I tried this before running it, but it did not work.
have downloaded. There is a .sh file that I have to run, but first I have to set the
CRF_HOME to the directory to where I have the program. I have been trying to do it but it
is not working. Any help is appreciated. This is the .sh file.
# settings for CRF..
export CLASSPATH=$CRF_HOME/lib/CRF.jar:$CRF_HOME/lib/colt.jar:$CRF_HOME/lib/LBFGS.jar:$CLASSPATH
The README file says this:Make sure to set the classpath by running "settings.sh" after
setting CRF_HOME to the directory where you have unpackaged this distribution.
I tried this before running it, but it did not work.
# settings for CRF..
CRF_HOME=/Desktop/Workspace/CRF
export CLASSPATH=$CRF_HOME/lib/CRF.jar:$CRF_HOME/lib/colt.jar:$CRF_HOME/lib/LBFGS.jar:$CLASSPATH