Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 655 Bytes

pyclan compatible with python3.7

Changes made to forked pyclan:

  • upgraded to python3.7
  • integrated codecheck package

This is a Python library for working with CHAT (.cha) files that are used by the CLAN audio annotation program.

More info about CLAN: here

Note: the parser doesn't comply with the entire CHAT file specification. It implements a subset of the specification (enough to parse the SEEDLings corpus).

install

$: pip install git+https://github.com/SeedlingsBabylab/pyclan.git

usage examples:

detailed usage examples can be found in this notebook, here