tomcat - POS Tagger with servlet -


i'm trying pos of words using wordnet , stanford nlp tagger, , project runs on tomcat8.5 in eclipse. downloaded stanford post tagger , placed models project. this hierarchy of project

and wrote path in code follows :

maxenttagger tagger = new maxenttagger("taggers/left3words-wsj-0-18.tagger"); 

but this error

how can solve this?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -