ProjetPP / PPP-QuestionParsing-Grammatical

Question Parsing module for the PPP using a grammatical approch
GNU Affero General Public License v3.0
33 stars 11 forks source link

There is no bootstrap_corenlp.sh in Scripts #153

Closed always19 closed 8 years ago

always19 commented 8 years ago

I read https://github.com/ProjetPP/PPP-QuestionParsing-Grammatical/tree/master/demo There was no bootstrap_corenlp.sh file. Do you have plans to update README.md?

What I did is

pip install corenlp-python
cd ../.. # at parent of this repository
git clone https://github.com/ProjetPP/Scripts.git
cd Scripts
wget http://nlp.stanford.edu/software/stanford-corenlp-full-2014-08-27.zip

By the way, as demos access to port 9000, not CORENLP="stanford-corenlp-full-2015-01-30" CORENLP_OPTIONS="-parse.flags \" -makeCopulaHead\"" python3 -m corenlp but CORENLP="stanford-corenlp-full-*" CORENLP_OPTIONS="-parse.flags \" -makeCopulaHead\"" python3 -m corenlp -p 9000 seems to work.

progval commented 8 years ago

Hi,

bootstrap_corenlp.sh is in this repo: https://github.com/ProjetPP/Deployment

I'll fix the README.

always19 commented 7 years ago

Thanks!