Getting Started

From Github

This project is on Github. Get the source:

$ git clone https://github.com/mayhewsw/langsim

Compressed

Data

This project depends on data from URIEL, WALS, and Phoible. The WALS and Phoible data are included (in the data folder) but the URIEL data is too large. Get it here. Alternatively, run the following:

$ cd src/langsim/data/
$ wget http://www.cs.cmu.edu/~dmortens/downloads/uriel_v0_3_0.tar.xz
$ tar xvf uriel_v0_3_0.tar.xz

Now open up uriel.py, and set the urielfolder variable to the correct location. I typically install URIEL into the data/ folder, but this is up to you.

Dependencies

This depends on numpy:

$ pip install numpy