LingTypology: Documentation

Lingtypology is a Python3 tool for linguistic interactive mapping and online linguistic databases API. It is inspired by R-package created by Agrizolamz. It uses the same phylosophy and provides similar functionality.

https://img.shields.io/github/release/OneAdder/lingtypology.svg https://img.shields.io/pypi/v/lingtypology.svg https://zenodo.org/badge/DOI/10.5281/zenodo.2669068.svg https://img.shields.io/github/license/OneAdder/lingtypology.svg

Installation

The package is available in PyPI. Therefore, you can install it by running:

Locally:

pip3 install lingtypology --user

Globally (not recommended):

sudo pip3 install lingtypology

Usage

Lingtypology package contains LingMap class that allows to draw interactive maps, glottolog library that allows to interact with Glottolog data and datasets that allows to interact with different online linguistic databases. See more info below.

Citation

It would be most appreciated if you cite the package if you are using it. The suggested way is:

@misc{MichaelVoronov2669068,
    author = {Michael Voronov},
    title = {{lingtypology: a Python tool for linguistic typology}},
    month = june,
    year = 2019,
    doi = {10.5281/zenodo.2669068},
    url = {https://doi.org/10.5281/zenodo.2669068}
}

Indices and tables