flexthink
commited on
Commit
·
0f74dd8
1
Parent(s):
3d7c1d6
More data clean-up (fixed plurals yielding an extra word in LibriSpeech data)
Browse files- README.md +4 -1
- dataset/sentence_test.json +2 -2
- dataset/sentence_train.json +2 -2
- dataset/sentence_valid.json +2 -2
README.md
CHANGED
@@ -6,4 +6,7 @@ The dataset is derived from the following pre-existing datasets:
|
|
6 |
|
7 |
* [LibriSpeech ASR Corpus](https://www.openslr.org/12)
|
8 |
* [LibriSpeech Alignments](https://github.com/CorentinJ/librispeech-alignments)
|
9 |
-
* [Wikipedia Homograph Disambiguation Data](https://github.com/google/WikipediaHomographData)
|
|
|
|
|
|
|
|
6 |
|
7 |
* [LibriSpeech ASR Corpus](https://www.openslr.org/12)
|
8 |
* [LibriSpeech Alignments](https://github.com/CorentinJ/librispeech-alignments)
|
9 |
+
* [Wikipedia Homograph Disambiguation Data](https://github.com/google/WikipediaHomographData)
|
10 |
+
* [CMUDict] (http://www.speech.cs.cmu.edu/cgi-bin/cmudict)
|
11 |
+
|
12 |
+
This version of the dataset applies a correction to LibriSpeech Alignments phoneme annotations by looking up the pronunciations of known words in CMUDict and replacing them with their CMUDict counterparts only if a perfect unique match is found. This reduces the number of discrepancies between homograph data and LibriSpeech data.
|
dataset/sentence_test.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fef4aabe8735589b9bebbe2dbba92ff01a4537344275bee58eeca674c0ac786
|
3 |
+
size 3315525
|
dataset/sentence_train.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e2890af4e5a22b7bf1786cae4d03aa8ba4b7221b123e95978d120a3493c079a
|
3 |
+
size 216905784
|
dataset/sentence_valid.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0416c8d49945edefd673b697ece8f8fea9dbe44673ef96a491919eee0f78f331
|
3 |
+
size 3402506
|