Metadata-Version: 1.1
Name: pympi-ling
Version: 1.29
Summary: A python module for processing ELAN and Praat annotation files
Home-page: https://github.com/dopefishh/pympi
Author: Mart Lubbers
Author-email: mart@martlubbers.net
License: UNKNOWN
Description: Documentation as well as a detailed changelog can be found on:
        http://dopefishh.github.io/pympi/
        
        Note on python 3 compatibility: I have only tested it on python 3.4, it will
        probably work on everything newer then or equal to 3.3.
        
        Pympi is a package that allows you to interact with Elan[1] files and
        TextGrid[2] files. You can create, edit and convert both formats into
        eachother. It includes besides all the basic functions also functions for:
        - Calculating gaps and overlaps between speakers conform Heldner and Edlund's
          method[3] (Could be used for determining floor transfers).
        - Shift annotations in both directions (Could be used when due to an error all
          annotations are misaligned).
        - Import from CLAN's chat files.
        - Merge and or filter tiers (Could be used to combine hands in gesture coding)
        - Move tiers between elan files.
        - Etc.
        
        The development version can be found on github[4].
        
        How to cite::
        
            @misc{pympi-ling,
                author={Lubbers, Mart and Torreira, Francisco},
                title={pympi-ling:a Python module for processing ELAN and Praat annotation files.},
                howpublished={\url{https://pypi.python.org/pypi/pympi-ling}},
                year={2013-2014},
                note={Version 1.29}
            }
        
        1. https://tla.mpi.nl/tools/tla-tools/elan/
        2. http://www.fon.hum.uva.nl/praat/
        3. Heldner, M., & Edlund, J. (2010). Pauses, gaps and overlaps in
           conversations. Journal of Phonetics, 38(4), 555-568.
           doi:10.1016/j.wocn.2010.08.002
        4. https://github.com/dopefishh/pympi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Processing :: Linguistic
