bene-ges commited on
Commit
0dc85df
1 Parent(s): 7e97222

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,4 +9,6 @@ tags:
9
  - inverse text normalization
10
  ---
11
 
12
- This is a vocabulary of (semiotic_class, normalized, non-normalized, freq) tuples from [Google Text Normalization Dataset](https://www.kaggle.com/datasets/richardwilliamsproat/text-normalization-for-english-russian-and-polish)
 
 
 
9
  - inverse text normalization
10
  ---
11
 
12
+ This is a vocabulary of (semiotic_class, normalized, non-normalized, freq) tuples from [Google Text Normalization Dataset](https://www.kaggle.com/datasets/richardwilliamsproat/text-normalization-for-english-russian-and-polish).
13
+
14
+ It was generated using [this script](https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/text_normalization_as_tagging/evaluation/get_multi_reference_vocab.py).