This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkdir tmp | |
$ docker run -it --rm -v $(pwd)/tmp:/tmp freeling /bin/bash | |
# apt-get update | |
# apt-get install python3-dev | |
# apt-get install make | |
# apt-get install subversion | |
# apt-get install swig | |
# apt-get install g++ | |
# apt-get install libboost-all-dev | |
# cd /tmp | |
# svn export https://github.com/TALP-UPC/FreeLing.git/trunk/APIs | |
# cd APIs/python | |
# make | |
# mkdir -p /root/.local/lib/python3.4/site-packages/ | |
# cp -r * /root/.local/lib/python3.4/site-packages/ | |
# python3 | |
>> import freeling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment