Skip to content

Commit

Permalink
#21 Mystem3 fix
Browse files Browse the repository at this point in the history
nicolay-r committed May 1, 2022
1 parent a9a576f commit d7df483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -46,6 +46,10 @@ COPY demo /var/www/demo
RUN chmod +x /var/www/demo/wui_bert.py
RUN chmod +x /var/www/demo/wui_nn.py

# Mystem3 fix
RUN git clone https://github.com/nlpub/pymystem3.git
RUN cp /pymystem3/pymystem3/mystem.py/ /root/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pymystem3/

# Copy BRAT toolkit.
COPY brat /var/www/brat

0 comments on commit d7df483

Please sign in to comment.