Advertisement
Guest User

BenO

a guest
Oct 20th, 2008
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # fiat 1.0
  2. #
  3. # This data (and the data it refers to) is copyright 2007, 2008 by
  4. # Greg Kochanski, and is licensed in England under
  5. # the Creative Commons Noncommercial-Attribution License.
  6. # Details may be found at http://creativecommons.org/licenses/by-nc/2.0/uk/legalcode .
  7. # You may copy and/or use this file (and referenced files) for noncommercial
  8. # purposes so long as the author is properly acknowledged.
  9. # For commercial licensing, contact Isis Innovation,
  10. # http://www.isis-innovation.com/ .
  11. # COPYRIGHT = Greg Kochanski
  12. # LICENSE_URL = http://creativecommons.org/licenses/by-nc/2.0/uk/legalcode
  13. #
  14. # This file contains metadata describing the "tick1" experiment
  15. # from ESRC grant "Articulation and Coarticulation in the Lower Vocal Tract"
  16. # with G. Kochanski and J. Coleman as principal investigators.
  17. # Data is courtesy of the UK's Economics and Social Research Council,
  18. # derived from project RES-000-23-1094, 7/2005 through 3/2008.
  19. # When using this data, the appropriate publication to reference is
  20. # DOI: 10.1121/1.2890742, "What Marks the Beat of Speech?"
  21. # G. Kochanski and C. Orphanidou, Journal of the Acoustical Society of America,
  22. # ISSN 0001-4966, Volume 123(5), pages 2780-2791.
  23. #
  24. # This table is in the FIAT data format, defined originally by
  25. # http://dls.physics.ucdavis.edu/fiat/fiat.html, but somewhat
  26. # extended. Python implementations
  27. # of modules to read and write this format can be found at
  28. # http://sourceforge.net under the "speechresearch" project, in the
  29. # "gmisclib/fiatio.py" file. http://sourceforge.net/projects/speechresearch
  30. # should lead to the software.
  31. # The format is simply a tab-separated column format, with escape sequences
  32. # that begin with percent characters.
  33. #
  34. # This table contains one line per utterance. It describes the properites
  35. # of the various phrases used in the experiment. Columns are as follows:
  36. #
  37. # TTYPE1 = repence
  38. # This is the actual text (but encoded. "%S" is the code for a space.)
  39. #
  40. # TTYPE2 = text
  41. # This is an ID code for the sentence's text. It matches the "text"
  42. # field in DB.fiat.
  43. #
  44. # TTYPE3 = metrical_pattern
  45. # This is the pattern of stressed and unstressed syllables.
  46. #
  47. Exactly%Sso rep1 0101
  48. Another%Stime rep2 0101
  49. We%Salways%Sdo rep3 0101
  50. It%Ssurely%Sis rep4 0101
  51.  
  52. etc (Not a lot of use without the files anyway)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement