Skip to content
forked from lingpy/lingpy

LingPy: Python library for quantitative tasks in historical linguistics

Notifications You must be signed in to change notification settings

xrotwang/lingpy

 
 

Repository files navigation

LingPy

Build Status codecov.io DOI PyPI version Documentation Downloads

Authors: Johann-Mattis List (CRLAO, Paris) and Robert Forkel (Max Planck Institute for the Science of Human History)

Collaborators: Steven Moran (Universität Zürich, Peter Bouda, Johannes Dellert (University of Tübingen), Taraka Rama (Centre for Language Technology, Göteborg), Simon Greenhill (Australian National University, Canberra.

LingPy is a Python Library for Historical Linguistics. It is being developed for Python 2.7 and Python 3.x using a single codebase.

Quick Installation

For our latest stable version, you can simply use pip or easy_install for installation:

$ pip install lingpy

or

$ easy_install lingpy

Depending on which easy_install or pip version you use, either the Python2 or the Python3 version of LingPy will be installed.

If you want to install LingPy the current GitHub version on your system, open a terminal and type in the following:

$ git clone https://github.com/lingpy/lingpy/
$ cd lingpy
$ python setup.py install

In order to use the library, start an interactive python session and import LingPy as follows:

>>> from lingpy import *

To install LingPy to hack on it, fork the repository on GitHub, open a terminal and type:

$ git clone https://github.com/<your-github-user>/lingpy/
$ cd lingpy
$ python setup.py develop

This will install LingPy in "development mode", i.e. you will be able edit the sources in the cloned repository and import the altered code just as the regular python package.

About

LingPy: Python library for quantitative tasks in historical linguistics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.6%
  • JavaScript 32.3%
  • Other 1.1%