LVTagger icon indicating copy to clipboard operation
LVTagger copied to clipboard

Unable to get the NEr working ?

Open thak123 opened this issue 5 years ago • 0 comments

the ./nertagger.sh script

java -mx1g -Dfile.encoding=utf-8 -cp "dist/CRF.jar" edu.stanford.nlp.ie.crf.CRFClassifier -prop lv-ner-tag.prop > "test_file.tagged.txt"

is searching for dist/CRF.jar which is not present in the folder. Any fix for this ?

thak123 avatar Nov 28 '19 20:11 thak123