From 82690ef791395c1587505170a20173536c70c076 Mon Sep 17 00:00:00 2001 From: Hilary Date: Wed, 20 Nov 2013 19:45:49 -0500 Subject: [PATCH 1/2] Added prompt for speaker schooling to extractFormants.py --- FAVE-extract/bin/extractFormants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/FAVE-extract/bin/extractFormants.py b/FAVE-extract/bin/extractFormants.py index ce167af..7ca8138 100755 --- a/FAVE-extract/bin/extractFormants.py +++ b/FAVE-extract/bin/extractFormants.py @@ -882,6 +882,7 @@ def getSpeakerBackground(speakername, speakernum): speaker.ethnicity = raw_input("Ethnicity:\t\t") speaker.location = raw_input("Location:\t\t") speaker.year = raw_input("Year of recording:\t") + speaker.years_of_schooling = raw_input("Years of schooling:\t") speaker.tiernum = speakernum * \ 2 # tiernum points to phone tier = first tier for given speaker From c23460f7e5212256b9959639694b5ed0e7f8bc53 Mon Sep 17 00:00:00 2001 From: Hilary Date: Wed, 20 Nov 2013 20:14:35 -0500 Subject: [PATCH 2/2] Updated because spellcheck, and first commit date wrong. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb606c0..3ff8d58 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # FAVE toolkits -This is a repository for the FAVE-Align and FAVE-extract tooklits. -The first commit here represents the toolkit as it was available on the FAVE website as of November 21, 2013. +This is a repository for the FAVE-Align and FAVE-extract toolkits. +The first commit here represents the toolkit as it was available on the FAVE website as of October 21, 2013. The extractFormants code in the JoFrhwld/FAAV repository represents an earlier version of the code. ## FAVE website -The interactive website for utilizing fave can be found at [fave.ling.upenn.edu](http://fave.ling.upenn.edu/) +The interactive website for utilizing FAVE can be found at [fave.ling.upenn.edu](http://fave.ling.upenn.edu/) ## Support You can find user support for installing and using the FAVE toolkits at the [FAVE Users' Group](https://groups.google.com/forum/#!forum/fave-users). ## Contributing to FAVE -For the most part, we'll be utlizing the fork-and-pull paradigm (see [Using Pull Requests](https://help.github.com/articles/using-pull-requests)). Please send pull requests to the `dev` branch. +For the most part, we'll be utilizing the fork-and-pull paradigm (see [Using Pull Requests](https://help.github.com/articles/using-pull-requests)). Please send pull requests to the `dev` branch. -## Attribition +## Attribution We ask that if you use the online interface, or the code available in this repository, that you cite: Rosenfelder, Ingrid; Fruehwald, Josef; Evanini, Keelan and Jiahong Yuan. 2011. FAVE (Forced Alignment and Vowel Extraction) Program Suite. http://fave.ling.upenn.edu.