5. Changelog

  1. Version 1.1.14: October 13, 2022

    1. Fixed issue where words in dict_sort whose pronunciations differ from the automatic phonemicizations would cause syllabification to fail with an IndexError.
    2. Fixed issue where syllabification could fail when custom dictionaries weren’t also enabled.
    3. Fixed issue where digraphs (NY and CH) were not correctly treated when syllabifying words from custom dictionaries.
  2. Version 1.1.13: June 12, 2021

    1. Fixed bug where custom dictionary entries (-m) did not correctly interact with automatic syllabification (-y)
  3. Version 1.1.12: April 25, 2021

    1. New installation instructions for conda environment method
  4. Version 1.1.11: March 30, 2021

    1. Fixed bug where -n flag was removing characters from beginning and end of argument
    2. Fixed bug where output TextGrids tiers may have been added in a random order; intended behavior is words and then phones.
    3. Fixed bug where rounding errors in HTK output could cause output textgrids to have tiny empty intervals
  5. Version 1.1.10: October 20, 2020

    1. Changes to directory structure for more consistent distribution
    2. Bug-fixes with dictionary access and phonemicization flag
    3. Change to https git protocol (over git+git) for installation
  6. Version 1.1.9 : October 10, 2018

    1. Updates to package directory structure and creation of utils.py.
    2. Import custom classes and functions in a Python interpreter by importing from faseAlign.utils as in the following example: from faseAlign.utils import spanish_word
  7. Version 1.1.8 : September 26, 2018

    1. Added -i/–tier tag to allow for aligning of individual tiers of .TextGrid transcripts
  8. Version 1.1.7 : August 20, 2018

    1. Bug fixes to .txt input transcripts and processing of speaker labels
  9. Version 1.1.6 : August 19, 2018

    1. Addition of version printout (-v flag)
    2. Change of version numbering scheme to be consistent with semantic versioning (note the jump from 0.1.5 to 1.1.6)
  10. Version 0.1.5 : March 28, 2018

    1. Sampling rate bug fixes
    2. Change in default behavior: phonemicization is no longer carried out by default, but must be chosen using the p flag
  11. Version 0.1.4 : October 18, 2017

    1. Dictionary encoding bug fixes
  12. Version 0.1.3 : August 22, 2017

    1. Addition of custom output name functionality (-n flag)
  13. Version 0.1.2 : July 24, 2017

    1. Addition of custom speaker tag functionality (-g flag)
  14. Version 0.1.1 : July 19, 2017

    1. Addition of syllabification functionality (-y flag)
    2. Addition of automatic phonemicization of unknown words (and prevention with -p flag)
  15. Version 0.1.0 : July 10, 2017

    1. Initial release