Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "TikaAndNLTK" page has been changed by manalishah: https://wiki.apache.org/tika/TikaAndNLTK?action=diff&rev1=11&rev2=12 Finally, we've reached this point where we can smile and let Tika do the working! {{{ - export TIKA_APP=Users/manali/cs599_dr/tika/tika-app/target/tika-app-1.13-SNAPSHOT.jar + export TIKA_APP={your/path/to/tika-app}/target/tika-app-1.13-SNAPSHOT.jar #set the system property to use NLTKNERecogniser class java -Dner.impl.class=org.apache.tika.parser.ner.nltk.NLTKNERecogniser -classpath $NLTK_RES:$TIKA_APP org.apache.tika.cli.TikaCLI --config=tika-config.xml -m http://www.hawking.org.uk/
