Welcome to pympi’s documentation!
API Documentation:
Todo
- Elan
- Controlled vocabularies, easy functions
- External and lexicon reference functions
- Locale functions
- Properties functions
- Licence functions
- Import from CLAN’s .cha files.
- Test: copy_tier
- Test: to_file(Will require a xml validation library, have to look into
that).
- Praat
- Binary textgrids(long shot...)
- General
Changelog
Date |
Version |
Changelog |
|
1.1 |
- Faster filter_annotions functions
- to_textgrid unit test and added regex option
- Rewritten the gaps and overlaps function, the
method is now different, if you want to use the
exact heldner and edlund method you can still use
get_gaps_and_overlaps(). If you want to
benefit from speed you can use
get_gaps_and_overlaps2(). They yield almost
the same result but the second one is almost 10
times faster.
- Added two new functions for adding and viewing
secondary linked files:
get_secondary_linked_files() and
add_secondary_linked_file().
- Added two functions to remove linked files:
remove_linked_files() and
remove_secondary_linked_files()
- Added get_ref_annotation_at_time() for finer
control over ref annotations.
- Adapted insert_ref_annotation() to work with
the other ref annotation functions
- Adapted get_ref_annotation_data_for_tier()
so that it returns more information, check the
documentation for the exact specification.
- After contact with the elan programmers we’ve
dumbed down the id generation so everything is
much faster for big files. Analysis with
kcachegrind made everything almost ten times
faster.
- Added on how to cite.
- Even faster merge tiers.
- Used cElementTree instead of ElementTree for more
speed.
- Extract function is now also tested.
- Added safe option for merging and filtering so
that if you eaf is malformed by something else
because it has zero length annotations then these
will be discarded in a merge or filter.
|
2014-10-08 |
1.0 |
- Glue annotations is removed(you can get the same
functionality by using merge tiers.
- Merge tiers is rewritten and much faster(plans for
using the same algorithm in the gaps and overlaps.
- Unit tests for all classes.
- Reference annotations work but not very usable,
this is on the todo list.
- Idem for controlled vocabularies.
- Shift annotations now returns a tuple of lists
instead of an entire eaf object.
- get_annotation_datas_between_times is renamed to
get_annotation_data_between_times.
- Filter annotations now has a regex option.
- TextGrid constructor now requires xmax for
creating a new TextGrid.
- Added a parameter dict function for linguistic
types.
- Changed the function name: get_linguistic_types to
get_linguistic_type_names.
- Added todo section for list of things that don’t
have unit tests yet(or incomplete ones) or for
things that are to be implemented.
- Fixed typo in the to_textgrid function.
|
2014-09-26 |
0.99a |
Unit tests for Praat finished and Praat module is on
version 1.0, meaning no api changes in the future
that break compatibility |
2014-09-11 |
0.99 |
Unit tests for Praat and Elan and from version 1.0
no api changes. |
2014-08-06 |
0.91d |
New documentation format(sphinx) and github pages. |
2014-07-17 |
0.91 |
Controlled vocabularies (eaf file format 2.8) added
and quickly tested. |
2014-07-16 |
0.9 |
Added support for licences(eaf file format 2.8) and
planned extended controlled vocabulary support. |
2014-07-09 |
0.7 |
Changed the style to pep8 and thus some functions
(read all) have changed name. |
2014-03-24 |
|
Fixed a lot of TextGrid bugs and have written a
better parser using more regexp. |
2014-02-17 |
|
Started branching and fixed a few bugs. |
2014-02-03 |
|
Fixed the praat tofile function so that it writes
silence intervals (that praat convention). |
2014-01-27 |
|
Added documentation via pdoc in html and cleaned up
some documentation in EafIO.py. |
2013-12-02 |
|
IO is now in a different file, the old tofile is
removed because the new one is much better. |
2013-11-15 |
|
Rewritten the tofile function, the old function is a
bit faster but less reliable. The old function can
still be used by using tofileOLD(). |
Author
Mart Lubbers(mart at martlubbers.net)