PolMine / bignlp

Tools to process large corpora line-by-line and in parallel mode
1 stars 1 forks source link

Stanford NLP installation paths lead nowhere in versions older than 4.0.0 #12

Closed ChristophLeonhardt closed 4 years ago

ChristophLeonhardt commented 4 years ago

In bignlp Stanford NLP core and its language models have to be installed. bignlp does that for you. However the storage locations on the Stanford website which are hard coded in the download function of bignlp have been changed or removed for versions of Stanford NLP which are older than the new 4.0.0. The Stanford NLP website still contains the old links which lead nowhere.

This might be a temporary problem, but for now paths should be changed in corenlp.R.

Edit: It is also necessary to change the paths in the property file.

ChristophLeonhardt commented 4 years ago

And sure enough, two days later the links are back online. This particular issue now is obsolete.