Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pylangacq

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylangacq

Tools for Language Acquisition Research

  • 0.19.1
  • Source
  • PyPI
  • Socket score

Maintainers
1

PyLangAcq: Language Acquisition Research in Python

Full documentation: https://pylangacq.org

|

.. image:: https://badge.fury.io/py/pylangacq.svg :target: https://pypi.python.org/pypi/pylangacq :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pylangacq.svg :target: https://pypi.python.org/pypi/pylangacq :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dm/pylangacq :target: https://pypi.python.org/pypi/pylangacq :alt: PyPI - Downloads

.. image:: https://circleci.com/gh/jacksonllee/pylangacq.svg?style=shield :target: https://circleci.com/gh/jacksonllee/pylangacq :alt: CircleCI Builds

|

.. start-sphinx-website-index-page

PyLangAcq is a Python library for language acquisition research.

  • Easy access to CHILDES and other TalkBank datasets
  • Intuitive Python data structures for flexible data access and manipulation
  • Standard developmental measures readily available: Mean length of utterance (MLU), type-token ratio (TTR), and index of productive syntax (IPSyn)
  • Direct support and powerful extensions possible for CHAT-formatted conversational datasets more generally

.. _download_install:

Download and Install

To download and install the most recent version::

$ pip install --upgrade pylangacq

Ready for more? Check out the Quickstart <https://pylangacq.org/quickstart.html>_ page.

How to Cite

PyLangAcq is authored and maintained by Jackson L. Lee <https://jacksonllee.com>_.

Lee, Jackson L., Ross Burkholder, Gallagher B. Flinn, and Emily R. Coppess. 2016. Working with CHAT transcripts in Python <https://jacksonllee.com/papers/lee-etal-2016-pylangacq.pdf>. Technical report TR-2016-02 <https://newtraell.cs.uchicago.edu/research/publications/techreports/TR-2016-02>, Department of Computer Science, University of Chicago.

.. code-block:: latex

@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

MIT License. Please see LICENSE.txt in the GitHub source code for details.

The test data files included come from CHILDES, and have a CC BY-NC-SA 3.0 <https://creativecommons.org/licenses/by-nc-sa/3.0/>_ license instead; please also see src/pylangacq/tests/README.md in the GitHub source code for details.

.. end-sphinx-website-index-page

Changelog

Please see CHANGELOG.md.

Setting up a Development Environment

The latest code under development is available on Github at jacksonllee/pylangacq <https://github.com/jacksonllee/pylangacq>_. To obtain this version for experimental features or for development:

.. code-block:: bash

$ git clone https://github.com/jacksonllee/pylangacq.git $ cd pylangacq $ pip install -e ".[dev]"

To run tests and styling checks:

.. code-block:: bash

$ pytest -vv --doctest-modules --cov=pylangacq pylangacq docs/source $ flake8 pylangacq $ black --check pylangacq

To build the documentation website files:

.. code-block:: bash

$ python docs/source/build_docs.py

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc