Datasets:

Modalities:
Text
Formats:
text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
bene-ges commited on
Commit
4870540
·
1 Parent(s): 529b119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.