jimregan commited on
Commit
c3d1f4d
1 Parent(s): 0ab9e6e

(partially) fix markdown

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -18,6 +18,7 @@ the Waxholm corpus is quantised into 16 bits, 2 bytes/sample and the
18
  byte order is big-endian (most significant byte first). The sampling
19
  frequency is 16 kHz. Here is an example of a file header:
20
 
 
21
  >head -9 fp2001.1.01.smp
22
  file=samp ; file type is sampled signal
23
  msb=first ; byte order
@@ -28,6 +29,7 @@ view=-10,10
28
  born=/o/libhex/ad_da.h25
29
  range=-12303,11168 ; amplitude range
30
  =
 
31
 
32
 
33
  LABEL FILES
@@ -43,6 +45,7 @@ should not be used for training or testing.
43
  The labels are stored in .mix files. Below is an example of the
44
  beginning of a mix file.
45
 
 
46
  >head -20 fp2001.1.01.smp.mix
47
  CORRECTED: OK jesper Jesper Hogberg Thu Jun 22 13:26:26 EET 1995
48
  AUTOLABEL: tony A. de Serpa-Leitao Mon Nov 15 13:44:30 MET 1993
@@ -59,6 +62,7 @@ FR 12565 $'A: >pm $'A:+ 0.785 sec
59
  FR 13189 #V >pm #V >w vill 0.824 sec
60
  FR 13895 $'I >pm $'I 0.868 sec
61
  FR 14700 $L >pm $L+ 0.919 sec
 
62
 
63
 
64
  The orthographic text representation is after the label 'TEXT:' CT is
@@ -80,13 +84,16 @@ system. It is specified in the included file 'sampa_latex_se.pdf'.
80
 
81
  Some extra labels at the phonetic level have been defined.
82
  The most common ones are:
83
- sm lip or tongue opening
84
- p: silent interval
85
- pa aspirative sound from breathing
86
- kl click sound
87
- v short vocalic segment between consonants
88
- upper case of stops occlusion
89
- lower case of stops burst
 
 
 
90
 
91
  The label 'Labels:' before the FR lines is a text string assembled
92
  from the FR labels
 
18
  byte order is big-endian (most significant byte first). The sampling
19
  frequency is 16 kHz. Here is an example of a file header:
20
 
21
+ ```
22
  >head -9 fp2001.1.01.smp
23
  file=samp ; file type is sampled signal
24
  msb=first ; byte order
 
29
  born=/o/libhex/ad_da.h25
30
  range=-12303,11168 ; amplitude range
31
  =
32
+ ```
33
 
34
 
35
  LABEL FILES
 
45
  The labels are stored in .mix files. Below is an example of the
46
  beginning of a mix file.
47
 
48
+ ```
49
  >head -20 fp2001.1.01.smp.mix
50
  CORRECTED: OK jesper Jesper Hogberg Thu Jun 22 13:26:26 EET 1995
51
  AUTOLABEL: tony A. de Serpa-Leitao Mon Nov 15 13:44:30 MET 1993
 
62
  FR 13189 #V >pm #V >w vill 0.824 sec
63
  FR 13895 $'I >pm $'I 0.868 sec
64
  FR 14700 $L >pm $L+ 0.919 sec
65
+ ```
66
 
67
 
68
  The orthographic text representation is after the label 'TEXT:' CT is
 
84
 
85
  Some extra labels at the phonetic level have been defined.
86
  The most common ones are:
87
+
88
+ | | |
89
+ |---------------------|------------------------------------------|
90
+ |sm | lip or tongue opening |
91
+ |p: | silent interval |
92
+ |pa | aspirative sound from breathing |
93
+ |kl | click sound |
94
+ |v | short vocalic segment between consonants |
95
+ |upper case of stops | occlusion |
96
+ |lower case of stops | burst |
97
 
98
  The label 'Labels:' before the FR lines is a text string assembled
99
  from the FR labels