Stanford Segmenter Nltk Could Not Find Slf4j In Your Classpath
I've set up a nltk and stanford environment, and nltk and stanford jars has downloaded, the program with nltk was ok, but I had a trouble with stanford segmenter. just make a simpl
Solution 1:
With the current code base if you have the slf4j-api.jar in your CLASSPATH and run the 3.7.0 segmenter you will get this error. I'm going to push a code change to fix this but for the time being if you remove the slf4j-api.jar from the CLASSPATH this error should go away.
Post a Comment for "Stanford Segmenter Nltk Could Not Find Slf4j In Your Classpath"