Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,3 +33,5 @@ It consists of multiple files:
|
|
33 |
giza
|
34 |
raw outputs of GIZA++ alignments for each corpus,
|
35 |
from these we get NgramMappings.txt and Keys2Corruptions.txt
|
|
|
|
|
|
33 |
giza
|
34 |
raw outputs of GIZA++ alignments for each corpus,
|
35 |
from these we get NgramMappings.txt and Keys2Corruptions.txt
|
36 |
+
|
37 |
+
This [example code](https://github.com/bene-ges/nemo_compatible/blob/spellmapper_new_false_positive_sampling/scripts/nlp/en_spellmapper/dataset_preparation/build_training_data_from_wiki_en_asr_adapt.sh) shows how to generate training data from this dataset.
|