Last active
October 24, 2016 05:37
-
-
Save d4n13lbc/39925dbbe48472598c30f5f4c7a2b1e6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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