Skip to main content

PyLangAcq: Language Acquisition Research in Python

Project description

PyLangAcq

CircleCI PyPI version Supported Python versions

PyLangAcq is a Python library for language acquisition research. It allows flexible handling of the CHILDES data.

Full documentation: http://pylangacq.org/

Features

  • Comprehensive capabilities of handling CHAT transcripts as used in CHILDES
  • Intuitive data structures for flexible data access and all sorts of modeling work
  • Standard developmental measures such as TTR, MLU, and IPSyn readily available
  • More benefits from Python: fast coding, numerous libraries for computational modeling and machine learning
  • Powerful extensions for research with conversational data in general

Download and install

PyLangAcq is available via pip:

pip install -U pylangacq

PyLangAcq works with Python 3.6 or above.

Development

The source code of PyLangAcq is hosted on GitHub at https://github.com/jacksonllee/pylangacq, where development also happens.

For the latest changes not yet released through pip or working on the codebase yourself, you may obtain the latest source code through GitHub and git:

  1. Create a fork of the pylangacq repo under your GitHub account.

  2. Locally, make sure you are in some sort of a virtual environment (venv, virtualenv, conda, etc).

  3. Download and install the library in the "editable" mode together with the core and dev dependencies within the virtual environment:

    git clone https://github.com/<your-github-username>/pylangacq.git
    cd pylangacq
    pip install --upgrade pip setuptools
    pip install -r dev-requirements.txt
    pip install -e .
    

We keep track of notable changes in CHANGELOG.md.

Contribution

For questions, bug reports, and feature requests, please file an issue.

If you would like to contribute to the pylangacq codebase, please see CONTRIBUTING.md.

How to Cite

PyLangAcq is maintained by Jackson Lee. If you use PyLangAcq in your research, please cite the following:

Lee, Jackson L., Ross Burkholder, Gallagher B. Flinn, and Emily R. Coppess. 2016. Working with CHAT transcripts in Python. Technical report TR-2016-02, Department of Computer Science, University of Chicago.

@TechReport{lee-et-al-pylangacq:2016,
   Title       = {Working with CHAT transcripts in Python},
   Author      = {Lee, Jackson L. and Burkholder, Ross and Flinn, Gallagher B. and Coppess, Emily R.},
   Institution = {Department of Computer Science, University of Chicago},
   Year        = {2016},
   Number      = {TR-2016-02},
}

License

The MIT License; please see LICENSE.txt. The test data files included have a CC BY-NC-SA 3.0 license instead; please also see pylangacq/tests/test_data/README.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylangacq-0.11.0.tar.gz (63.4 kB view details)

Uploaded Source

Built Distribution

pylangacq-0.11.0-py3-none-any.whl (65.2 kB view details)

Uploaded Python 3

File details

Details for the file pylangacq-0.11.0.tar.gz.

File metadata

  • Download URL: pylangacq-0.11.0.tar.gz
  • Upload date:
  • Size: 63.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9

File hashes

Hashes for pylangacq-0.11.0.tar.gz
Algorithm Hash digest
SHA256 22558f98e5108b5394f263d77accb44bf9dead24269c9c1a60505cb02c638bae
MD5 fc23accbf300eb0e9cff27625d5d96a4
BLAKE2b-256 f9055782c3115aa5ad1a88dd249c3d39e6c81bfa56753b10ca91967e90ff579d

See more details on using hashes here.

File details

Details for the file pylangacq-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: pylangacq-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9

File hashes

Hashes for pylangacq-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48c5ac9d579e7ba4941a089ba75f4eac2dcc4fb1ab9f17bc570ba9bc2fdfc5d2
MD5 2d6307e35285c17411b0b6ed67f10f94
BLAKE2b-256 ea0f0a93b835ae7977f9e2654a193774a9654f3f5d16b36f2507c0ae17e2c00e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page