Skip to content

Commit

Permalink
docker-image: added dependesee in stanford parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 19, 2018
1 parent 43f00f0 commit 8d10944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/docker-images/stanford-parser/3.9.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ RUN wget https://nlp.stanford.edu/software/stanford-parser-full-2018-02-27.zip
RUN unzip stanford-parser-full-2018-02-27.zip
RUN cp -r stanford-parser-full-2018-02-27/* /usr/bin
RUN cd /usr/bin && wget "http://chaoticity.com/software/DependenSee.2.0.5.jar"
RUN sed -i 's/penn,//g' /usr/bin/lexparser.sh
RUN sed -i 's/penn,//g' /usr/bin/lexparser.sh
RUN apt-get update && apt-get -y install openjdk-8-jre

0 comments on commit 8d10944

Please sign in to comment.