Skip to content

Instantly share code, notes, and snippets.

View ayghri's full-sized avatar

Ayoub Ghriss ayghri

View GitHub Profile
@ayghri
ayghri / openfst_py3.sh
Last active April 30, 2019 18:13
openfst with python3 extension for Ubuntu 16.04
# Ubuntu packages
VERSION=1.6.7
sudo apt update
sudo apt install -y vim build-essential python3 python3-dev vim
# Compile OpenFST with Python extension for Python 3 and Install
wget http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-$VERSION.tar.gz
tar xzvf openfst-$VERSION.tar.gz
cd openfst-$VERSION/