Skip to content
Snippets Groups Projects
Commit 5a920662 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Merge branch 'development' into 'master'

added crf++, license

See merge request !3
parents 56f5b9f0 34626b58
No related branches found
No related tags found
1 merge request!3added crf++, license
Pipeline #4066 passed
File added
......@@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
expat
WORKDIR /home/deps
RUN wget https://minio.clarin-pl.eu/public/share/CRF++-0.58.tar.gz && tar -xzf CRF++-0.58.tar.gz
COPY ./CRF++-0.58.tar.gz .
RUN tar -xzf CRF++-0.58.tar.gz
RUN cd CRF++-0.58/python && python setup.py build && python setup.py install && cd /home/deps
RUN git clone https://github.com/juzefwt/mead-pl.git mead && mv mead /usr/local/share
RUN cpan App::cpanminus
......
## Acknowledgements
### CRF++
CRF++ is copyrighted free software by Taku Kudo <taku@chasen.org>,
and is released under any of the LGPL or the
BSD License.
https://taku910.github.io/crfpp/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment