Recent Releases of fave

fave - v2.0.3

What's Changed

  • README updates by @DerMoehre and @chrisbrickhouse in https://github.com/JoFrhwld/FAVE/pull/71, https://github.com/JoFrhwld/FAVE/pull/80 https://github.com/JoFrhwld/FAVE/pull/97
  • Remove unneccessary logging causing crash by @cgross95 in https://github.com/JoFrhwld/FAVE/pull/94
  • Bug fixes for custom dictionaries by @chrisbrickhouse in https://github.com/JoFrhwld/FAVE/pull/60
  • Bug report form added by @DerMoehre in https://github.com/JoFrhwld/FAVE/pull/72
  • Avoid crash when input has a header row by @DerMoehre in https://github.com/JoFrhwld/FAVE/pull/73
  • Refactor mean_stdv in extractFormants by @DerMoehre in https://github.com/JoFrhwld/FAVE/pull/81, https://github.com/JoFrhwld/FAVE/pull/84
  • Workflows install and cache dependencies, use poetry by @chrisbrickhouse in https://github.com/JoFrhwld/FAVE/pull/83, https://github.com/JoFrhwld/FAVE/pull/90, https://github.com/JoFrhwld/FAVE/pull/91

New Contributors

  • @DerMoehre made their first contribution in https://github.com/JoFrhwld/FAVE/pull/71
  • @cgross95 made their first contribution in https://github.com/JoFrhwld/FAVE/pull/94

Full Changelog: https://github.com/JoFrhwld/FAVE/compare/v2.0.2...v2.0.3

- Python
Published by chrisbrickhouse almost 2 years ago

fave - v2.0.2

Bugfix for backwards compatibility. v2.0.1 exported aligner functionality as just fave-align and extract functionality as just fave-extract. This adds back in exports named FAAValign and extractFormants for backwards compatibility.

What's Changed

  • hotfix - exported script names by @JoFrhwld in https://github.com/JoFrhwld/FAVE/pull/78

Full Changelog: https://github.com/JoFrhwld/FAVE/compare/v2.0.1...v2.0.2

- Python
Published by JoFrhwld over 3 years ago

fave - v2.0.1

Minor updates and bugfixes, prepping for publishing to pypi

- Python
Published by JoFrhwld over 3 years ago

fave - FAVE: Now in Python 3

This is a major update, thanks to the contribution of @chrisbrickhouse (#49).

The FAAValign.py and extractFormants.py scripts are now within the fave/ directory, and should still work the same as earlier versions.

- Python
Published by JoFrhwld about 4 years ago

fave - v1.3.1

Didn't quite get the MFA implementation right the first time.

- Python
Published by JoFrhwld over 5 years ago

fave - MFA compatibility

Now, if you add --mfa to your config file, you can run FAVE-extract to alignments produced by the Montreal Forced Aligner, as long as it has used the cmu dictionary.

- Python
Published by JoFrhwld over 5 years ago

fave - Speaker fix

When initiating a Speaker class, default for speaker.year is now an empty string instead of None. Fixes issue #38.

- Python
Published by JoFrhwld over 10 years ago

fave - Schwa Support

Up till now, if you included unstressed vowels in your measurements when using FAVE-extract (the default behavior, unless you add the --onlyMeasureStressed flag to your call or config file), schwas were classified as being /ʌ/. Now, CMU transcriptions of AH0 are given their own schwa classification, and are represented as @ in the plt_vclass output.

In addition, Keelan Evanini (@kevanini) has contributed a fix that accounts for smart quotes in transcriptions that get passed to FAVE-align, and has provided a command-line argument to define your path to HTK.

- Python
Published by JoFrhwld about 11 years ago

fave - FAVE v1.2

This release includes a number of internal improvements, and a few changes to the user interface, hence the minor update bump. More information included in NEWS.md. - Formatting of FAVE-extract config files has changed, see the FAVE-extract readme. - Two new FAVE-extract options: tracks and pickle - Improved Windows support - New text output format, including more contextual information, and better labelling of columns.

- Python
Published by JoFrhwld over 11 years ago

fave - FAVE 1.1.3

This update changes nothing about FAVE operation, but improves documentation. Git version information will now be written to .FAAVlog and .formantlog files. Zenodo will also be generating a DOI for this release.

- Python
Published by JoFrhwld almost 12 years ago

fave - FAVE 1.1.2

Eliminated a trailing tab in the text output of FAVE-extract.

- Python
Published by JoFrhwld about 12 years ago

fave - FAVE 1.1.1

FAVE-extract now asks for years of schooling. 82690ef791395c1587505170a20173536c70c076

FAVE 1.1 release notes:

A number of changes were made mostly relating to FAVE-extract - Windows compatibility 8e655bb356ee054973df7e44bb836950da142e4d and eb088da - Replaced rpy2 dependence with numpy d4c2f4f and 9c44a91 - FAVE-extract's performance on TextGrids with overlapping intervals was improved 1ade410 - Verbose output during FAVE-extract was replaced with progress bars. 7b413ab - A bug in how praat.py treated point tiers was fixed 9fe9fd3

- Python
Published by JoFrhwld over 12 years ago

fave - FAVE 1.1

A number of changes were made mostly relating to FAVE-extract - Windows compatibility 8e655bb356ee054973df7e44bb836950da142e4d and eb088da - Replaced rpy2 dependence with numpy d4c2f4f and 9c44a91 - FAVE-extract's performance on TextGrids with overlapping intervals was improved 1ade410 - Verbose output during FAVE-extract was replaced with progress bars. 7b413ab - A bug in how praat.py treated point tiers was fixed 9fe9fd3

- Python
Published by JoFrhwld over 12 years ago

fave - FAVE 1.0

This is the FAVE suite as it is running live on fave.ling.upenn.edu as of October 21, 2013.

- Python
Published by JoFrhwld over 12 years ago