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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -