Hiroaki Ogasawara commited on
Commit
fbe0878
·
1 Parent(s): d630c75

chore: label

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ alignment_analysis.csv
README.md CHANGED
@@ -23,4 +23,7 @@ uvx --python 3.12 --from 'git+https://github.com/xhiroga/audio-visual-toolkit#su
23
 
24
  `raw`→`.lab`は次のとおり。
25
 
26
- TODO...
 
 
 
 
23
 
24
  `raw`→`.lab`は次のとおり。
25
 
26
+ ```sh
27
+ mfa align raw japanese_mfa japanese_mfa aligned --output_format json --clean --num-jobs 8 --single_speaker
28
+ uvx --python 3.12 --from 'git+https://github.com/xhiroga/audio-visual-toolkit#subdirectory=packages/avt' mfa-aligned-to-label --json-dir aligned --out-dir labels
29
+ ```
aligned/hiroga_001.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.218688,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.6899999976158142,
10
+ 1.3799999952316284,
11
+ "じゅういち"
12
+ ]
13
+ ]
14
+ },
15
+ "phones": {
16
+ "type": "interval",
17
+ "entries": [
18
+ [
19
+ 0.6899999976158142,
20
+ 0.8600000143051147,
21
+ "dʑ"
22
+ ],
23
+ [
24
+ 0.8600000143051147,
25
+ 1.0099999904632568,
26
+ "ɨː"
27
+ ],
28
+ [
29
+ 1.0099999904632568,
30
+ 1.100000023841858,
31
+ "i"
32
+ ],
33
+ [
34
+ 1.100000023841858,
35
+ 1.2599999904632568,
36
+ "tɕ"
37
+ ],
38
+ [
39
+ 1.2599999904632568,
40
+ 1.3799999952316284,
41
+ "i"
42
+ ]
43
+ ]
44
+ }
45
+ }
46
+ }
aligned/hiroga_002.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.368,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.949999988079071,
10
+ 1.100000023841858,
11
+ "に"
12
+ ],
13
+ [
14
+ 1.100000023841858,
15
+ 1.3700000047683716,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.3700000047683716,
20
+ 1.6200000047683716,
21
+ "に"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 0.949999988079071,
30
+ 1.0,
31
+ "ɲ"
32
+ ],
33
+ [
34
+ 1.0,
35
+ 1.100000023841858,
36
+ "i"
37
+ ],
38
+ [
39
+ 1.100000023841858,
40
+ 1.2699999809265137,
41
+ "dʑ"
42
+ ],
43
+ [
44
+ 1.2699999809265137,
45
+ 1.3700000047683716,
46
+ "ɨː"
47
+ ],
48
+ [
49
+ 1.3700000047683716,
50
+ 1.4900000095367432,
51
+ "ɲ"
52
+ ],
53
+ [
54
+ 1.4900000095367432,
55
+ 1.6200000047683716,
56
+ "i"
57
+ ]
58
+ ]
59
+ }
60
+ }
61
+ }
aligned/hiroga_003.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.112,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.6399999856948853,
10
+ 0.9800000190734863,
11
+ "さん"
12
+ ],
13
+ [
14
+ 0.9800000190734863,
15
+ 1.4900000095367432,
16
+ "じゅうさん"
17
+ ]
18
+ ]
19
+ },
20
+ "phones": {
21
+ "type": "interval",
22
+ "entries": [
23
+ [
24
+ 0.6399999856948853,
25
+ 0.7900000214576721,
26
+ "s"
27
+ ],
28
+ [
29
+ 0.7900000214576721,
30
+ 0.8700000047683716,
31
+ "a"
32
+ ],
33
+ [
34
+ 0.8700000047683716,
35
+ 0.9800000190734863,
36
+ "ɴ"
37
+ ],
38
+ [
39
+ 0.9800000190734863,
40
+ 1.0700000524520874,
41
+ "dʑ"
42
+ ],
43
+ [
44
+ 1.0700000524520874,
45
+ 1.1699999570846558,
46
+ "ɨː"
47
+ ],
48
+ [
49
+ 1.1699999570846558,
50
+ 1.3200000524520874,
51
+ "s"
52
+ ],
53
+ [
54
+ 1.3200000524520874,
55
+ 1.3799999952316284,
56
+ "a"
57
+ ],
58
+ [
59
+ 1.3799999952316284,
60
+ 1.4900000095367432,
61
+ "ɴ"
62
+ ]
63
+ ]
64
+ }
65
+ }
66
+ }
aligned/hiroga_004.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.026687,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.8199999928474426,
10
+ 1.0800000429153442,
11
+ "よん"
12
+ ],
13
+ [
14
+ 1.0800000429153442,
15
+ 1.350000023841858,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.350000023841858,
20
+ 1.659999966621399,
21
+ "よん"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 0.8199999928474426,
30
+ 0.8899999856948853,
31
+ "j"
32
+ ],
33
+ [
34
+ 0.8899999856948853,
35
+ 0.9700000286102295,
36
+ "o"
37
+ ],
38
+ [
39
+ 0.9700000286102295,
40
+ 1.0800000429153442,
41
+ "ɴ"
42
+ ],
43
+ [
44
+ 1.0800000429153442,
45
+ 1.1799999475479126,
46
+ "dʑ"
47
+ ],
48
+ [
49
+ 1.1799999475479126,
50
+ 1.350000023841858,
51
+ "ɨː"
52
+ ],
53
+ [
54
+ 1.350000023841858,
55
+ 1.4299999475479126,
56
+ "j"
57
+ ],
58
+ [
59
+ 1.4299999475479126,
60
+ 1.5,
61
+ "o"
62
+ ],
63
+ [
64
+ 1.5,
65
+ 1.659999966621399,
66
+ "ɴ"
67
+ ]
68
+ ]
69
+ }
70
+ }
71
+ }
aligned/hiroga_005.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.112,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.8999999761581421,
10
+ 1.0299999713897705,
11
+ "ご"
12
+ ],
13
+ [
14
+ 1.0299999713897705,
15
+ 1.600000023841858,
16
+ "じゅうご"
17
+ ]
18
+ ]
19
+ },
20
+ "phones": {
21
+ "type": "interval",
22
+ "entries": [
23
+ [
24
+ 0.8999999761581421,
25
+ 0.9399999976158142,
26
+ "ɡ"
27
+ ],
28
+ [
29
+ 0.9399999976158142,
30
+ 1.0299999713897705,
31
+ "o"
32
+ ],
33
+ [
34
+ 1.0299999713897705,
35
+ 1.1799999475479126,
36
+ "dʑ"
37
+ ],
38
+ [
39
+ 1.1799999475479126,
40
+ 1.3600000143051147,
41
+ "ɨː"
42
+ ],
43
+ [
44
+ 1.3600000143051147,
45
+ 1.4500000476837158,
46
+ "ɡ"
47
+ ],
48
+ [
49
+ 1.4500000476837158,
50
+ 1.600000023841858,
51
+ "o"
52
+ ]
53
+ ]
54
+ }
55
+ }
56
+ }
aligned/hiroga_006.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.368,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 1.0099999904632568,
10
+ 1.2999999523162842,
11
+ "ろく"
12
+ ],
13
+ [
14
+ 1.2999999523162842,
15
+ 1.590000033378601,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.590000033378601,
20
+ 1.899999976158142,
21
+ "ろく"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 1.0099999904632568,
30
+ 1.090000033378601,
31
+ "ɾ"
32
+ ],
33
+ [
34
+ 1.090000033378601,
35
+ 1.1200000047683716,
36
+ "o"
37
+ ],
38
+ [
39
+ 1.1200000047683716,
40
+ 1.25,
41
+ "k"
42
+ ],
43
+ [
44
+ 1.25,
45
+ 1.2999999523162842,
46
+ "ɯ"
47
+ ],
48
+ [
49
+ 1.2999999523162842,
50
+ 1.4199999570846558,
51
+ "dʑ"
52
+ ],
53
+ [
54
+ 1.4199999570846558,
55
+ 1.590000033378601,
56
+ "ɨː"
57
+ ],
58
+ [
59
+ 1.590000033378601,
60
+ 1.6399999856948853,
61
+ "ɾ"
62
+ ],
63
+ [
64
+ 1.6399999856948853,
65
+ 1.7000000476837158,
66
+ "o"
67
+ ],
68
+ [
69
+ 1.7000000476837158,
70
+ 1.7999999523162842,
71
+ "k"
72
+ ],
73
+ [
74
+ 1.7999999523162842,
75
+ 1.899999976158142,
76
+ "ɯ"
77
+ ]
78
+ ]
79
+ }
80
+ }
81
+ }
aligned/hiroga_007.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.325312,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 1.0099999904632568,
10
+ 1.2999999523162842,
11
+ "なな"
12
+ ],
13
+ [
14
+ 1.2999999523162842,
15
+ 1.5800000429153442,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.5800000429153442,
20
+ 1.8799999952316284,
21
+ "なな"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 1.0099999904632568,
30
+ 1.0700000524520874,
31
+ "n"
32
+ ],
33
+ [
34
+ 1.0700000524520874,
35
+ 1.1399999856948853,
36
+ "a"
37
+ ],
38
+ [
39
+ 1.1399999856948853,
40
+ 1.190000057220459,
41
+ "n"
42
+ ],
43
+ [
44
+ 1.190000057220459,
45
+ 1.2999999523162842,
46
+ "a"
47
+ ],
48
+ [
49
+ 1.2999999523162842,
50
+ 1.440000057220459,
51
+ "dʑ"
52
+ ],
53
+ [
54
+ 1.440000057220459,
55
+ 1.5800000429153442,
56
+ "ɨː"
57
+ ],
58
+ [
59
+ 1.5800000429153442,
60
+ 1.6399999856948853,
61
+ "n"
62
+ ],
63
+ [
64
+ 1.6399999856948853,
65
+ 1.7000000476837158,
66
+ "a"
67
+ ],
68
+ [
69
+ 1.7000000476837158,
70
+ 1.7400000095367432,
71
+ "n"
72
+ ],
73
+ [
74
+ 1.7400000095367432,
75
+ 1.8799999952316284,
76
+ "a"
77
+ ]
78
+ ]
79
+ }
80
+ }
81
+ }
aligned/hiroga_008.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 1.792,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.4699999988079071,
10
+ 0.7799999713897705,
11
+ "はち"
12
+ ],
13
+ [
14
+ 0.7799999713897705,
15
+ 1.0,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.0,
20
+ 1.4700000286102295,
21
+ "はち"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 0.4699999988079071,
30
+ 0.550000011920929,
31
+ "h"
32
+ ],
33
+ [
34
+ 0.550000011920929,
35
+ 0.6000000238418579,
36
+ "a"
37
+ ],
38
+ [
39
+ 0.6000000238418579,
40
+ 0.699999988079071,
41
+ "tɕ"
42
+ ],
43
+ [
44
+ 0.699999988079071,
45
+ 0.7799999713897705,
46
+ "i"
47
+ ],
48
+ [
49
+ 0.7799999713897705,
50
+ 0.8600000143051147,
51
+ "dʑ"
52
+ ],
53
+ [
54
+ 0.8600000143051147,
55
+ 1.0,
56
+ "ɨː"
57
+ ],
58
+ [
59
+ 1.0,
60
+ 1.100000023841858,
61
+ "h"
62
+ ],
63
+ [
64
+ 1.100000023841858,
65
+ 1.159999966621399,
66
+ "a"
67
+ ],
68
+ [
69
+ 1.159999966621399,
70
+ 1.340000033378601,
71
+ "tɕ"
72
+ ],
73
+ [
74
+ 1.340000033378601,
75
+ 1.4700000286102295,
76
+ "i"
77
+ ]
78
+ ]
79
+ }
80
+ }
81
+ }
aligned/hiroga_009.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 2.645313,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 1.0800000429153442,
10
+ 1.3600000143051147,
11
+ "きゅう"
12
+ ],
13
+ [
14
+ 1.3600000143051147,
15
+ 1.6399999856948853,
16
+ "じゅう"
17
+ ],
18
+ [
19
+ 1.6399999856948853,
20
+ 1.9800000190734863,
21
+ "きゅう"
22
+ ]
23
+ ]
24
+ },
25
+ "phones": {
26
+ "type": "interval",
27
+ "entries": [
28
+ [
29
+ 1.0800000429153442,
30
+ 1.190000057220459,
31
+ "c"
32
+ ],
33
+ [
34
+ 1.190000057220459,
35
+ 1.3600000143051147,
36
+ "ɨː"
37
+ ],
38
+ [
39
+ 1.3600000143051147,
40
+ 1.4900000095367432,
41
+ "dʑ"
42
+ ],
43
+ [
44
+ 1.4900000095367432,
45
+ 1.6399999856948853,
46
+ "ɨː"
47
+ ],
48
+ [
49
+ 1.6399999856948853,
50
+ 1.7799999713897705,
51
+ "c"
52
+ ],
53
+ [
54
+ 1.7799999713897705,
55
+ 1.9800000190734863,
56
+ "ɨː"
57
+ ]
58
+ ]
59
+ }
60
+ }
61
+ }
aligned/hiroga_010.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "start": 0,
3
+ "end": 1.664,
4
+ "tiers": {
5
+ "words": {
6
+ "type": "interval",
7
+ "entries": [
8
+ [
9
+ 0.7799999713897705,
10
+ 1.2100000381469727,
11
+ "ひゃく"
12
+ ]
13
+ ]
14
+ },
15
+ "phones": {
16
+ "type": "interval",
17
+ "entries": [
18
+ [
19
+ 0.7799999713897705,
20
+ 0.8500000238418579,
21
+ "ç"
22
+ ],
23
+ [
24
+ 0.8500000238418579,
25
+ 0.9300000071525574,
26
+ "a"
27
+ ],
28
+ [
29
+ 0.9300000071525574,
30
+ 1.0700000524520874,
31
+ "k"
32
+ ],
33
+ [
34
+ 1.0700000524520874,
35
+ 1.2100000381469727,
36
+ "ɯ"
37
+ ]
38
+ ]
39
+ }
40
+ }
41
+ }
labels/hiroga_001.lab ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 0 6900000 sil
2
+ 6900000 8600000 j
3
+ 8600000 9350000 u
4
+ 9350000 10100000 u
5
+ 10100000 11000000 i
6
+ 11000000 12600000 ch
7
+ 12600000 13800000 i
8
+ 13800000 22186880 sil
labels/hiroga_002.lab ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ 0 9500000 sil
2
+ 9500000 10000000 ny
3
+ 10000000 11000000 i
4
+ 11000000 12700000 j
5
+ 12700000 13200000 u
6
+ 13200000 13700000 u
7
+ 13700000 14900000 ny
8
+ 14900000 16200000 i
9
+ 16200000 23680000 sil
labels/hiroga_003.lab ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 6400000 sil
2
+ 6400000 7900000 s
3
+ 7900000 8700000 a
4
+ 8700000 9800000 N
5
+ 9800000 10700001 j
6
+ 10700001 11200001 u
7
+ 11200001 11700000 u
8
+ 11700000 13200001 s
9
+ 13200001 13800000 a
10
+ 13800000 14900000 N
11
+ 14900000 21120000 sil
labels/hiroga_004.lab ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 8200000 sil
2
+ 8200000 8900000 y
3
+ 8900000 9700000 o
4
+ 9700000 10800000 N
5
+ 10800000 11799999 j
6
+ 11799999 12650000 u
7
+ 12650000 13500000 u
8
+ 13500000 14299999 y
9
+ 14299999 15000000 o
10
+ 15000000 16600000 N
11
+ 16600000 20266870 sil
labels/hiroga_005.lab ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ 0 9000000 sil
2
+ 9000000 9400000 g
3
+ 9400000 10300000 o
4
+ 10300000 11799999 j
5
+ 11799999 12700000 u
6
+ 12700000 13600000 u
7
+ 13600000 14500000 g
8
+ 14500000 16000000 o
9
+ 16000000 21120000 sil
labels/hiroga_006.lab ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 10100000 sil
2
+ 10100000 10900000 r
3
+ 10900000 11200000 o
4
+ 11200000 12500000 k
5
+ 12500000 13000000 u
6
+ 13000000 14200000 j
7
+ 14200000 15050000 u
8
+ 15050000 15900000 u
9
+ 15900000 16400000 r
10
+ 16400000 17000000 o
11
+ 17000000 18000000 k
12
+ 18000000 19000000 u
13
+ 19000000 23680000 sil
labels/hiroga_007.lab ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 10100000 sil
2
+ 10100000 10700001 n
3
+ 10700001 11400000 a
4
+ 11400000 11900001 n
5
+ 11900001 13000000 a
6
+ 13000000 14400001 j
7
+ 14400001 15100001 u
8
+ 15100001 15800000 u
9
+ 15800000 16400000 n
10
+ 16400000 17000000 a
11
+ 17000000 17400000 n
12
+ 17400000 18800000 a
13
+ 18800000 23253120 sil
labels/hiroga_008.lab ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 4700000 sil
2
+ 4700000 5500000 h
3
+ 5500000 6000000 a
4
+ 6000000 7000000 ch
5
+ 7000000 7800000 i
6
+ 7800000 8600000 j
7
+ 8600000 9300000 u
8
+ 9300000 10000000 u
9
+ 10000000 11000000 h
10
+ 11000000 11600000 a
11
+ 11600000 13400000 ch
12
+ 13400000 14700000 i
13
+ 14700000 17920000 sil
labels/hiroga_009.lab ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 10800000 sil
2
+ 10800000 11900001 k
3
+ 11900001 12750001 u
4
+ 12750001 13600000 u
5
+ 13600000 14900000 j
6
+ 14900000 15650000 u
7
+ 15650000 16400000 u
8
+ 16400000 17800000 k
9
+ 17800000 18800000 u
10
+ 18800000 19800000 u
11
+ 19800000 26453130 sil
labels/hiroga_010.lab ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 0 7800000 sil
2
+ 7800000 8500000 h
3
+ 8500000 9300000 a
4
+ 9300000 10700001 k
5
+ 10700001 12100000 u
6
+ 12100000 16640000 sil
raw/hiroga_001.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ じゅういち
raw/hiroga_001.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86f4dc908ad717c4e86d08dbf871e7012f50a440b194dc5cc183fa9d8e6ea8c5
3
+ size 71076
raw/hiroga_002.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ にじゅうに
raw/hiroga_002.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d3528ccccb85c92153b83a1dbbb1d4e488ff30d57ce7524311fa1ca98b49fb9
3
+ size 75854
raw/hiroga_003.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ さんじゅうさん
raw/hiroga_003.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919b062e636bba64d11bc91305b9566cf811c7107d37f1c68d4e27e23299785e
3
+ size 67662
raw/hiroga_004.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ よんじゅうよん
raw/hiroga_004.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdae6140dd110e36a7e4ff4729bf42f0d537e3729a86659cd96ca628faa0223a
3
+ size 64932
raw/hiroga_005.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ごじゅうご
raw/hiroga_005.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00020f88e3df6c8f06c045490f07ae784296bcff5f776947342127c3228cf1c9
3
+ size 67662
raw/hiroga_006.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ろくじゅうろく
raw/hiroga_006.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce85251ff928d4197f149a3052c8083d8ce2ab2e0cf44d1edc9ba9c537328d5d
3
+ size 75854
raw/hiroga_007.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ななじゅうなな
raw/hiroga_007.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e139604e5e8ca4c0e4b8b78bc24791a14303a60fa8d35f00d7669bcf48fef4d9
3
+ size 74488
raw/hiroga_008.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ はちじゅうはち
raw/hiroga_008.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc0c2d4c11610b7e2fd807f107cf66892cf9685068711025607a676b1fe6d7c
3
+ size 57422
raw/hiroga_009.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ きゅうじゅうきゅう
raw/hiroga_009.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301dc04ecccf4aec15d579ee27cd6d38160976ad984cda07d80584b47a121967
3
+ size 84728
raw/hiroga_010.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ひゃく
raw/hiroga_010.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0490c81352a5a179073f4dfc430ac01169b6444bfcd28a495a6a8fe5fa8bf2c
3
+ size 53326