Skip to content

Instantly share code, notes, and snippets.

@M1ndBlast
Last active April 13, 2022 02:45
Show Gist options
  • Save M1ndBlast/9ff76c9fab3f60720f8463e398f657c6 to your computer and use it in GitHub Desktop.
Save M1ndBlast/9ff76c9fab3f60720f8463e398f657c6 to your computer and use it in GitHub Desktop.
Freeling 4,2 Installation for Ubuntu w Dependencies
sudo apt update
sudo apt-get update
sudo apt-get install wget build-essential cmake
sudo apt install zlib1g libicu-dev libboost-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev libboost-system-dev libboost-thread-dev libboost-iostreams-dev
wget https://github.com/TALP-UPC/FreeLing/releases/download/4.2/freeling-4.2-focal-amd64.deb
sudo dpkg -i ./freeling-4.2-focal-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment