Datasets:

Modalities:
Text
Formats:
csv
Languages:
Malayalam
Libraries:
Datasets
pandas
License:
kavyamanohar commited on
Commit
7fc908b
·
1 Parent(s): ca17398

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -45,10 +45,16 @@ The words in the lexicon are sourced from
45
 
46
  This pronunciations are created using [Mlphon](https://pypi.org/project/mlphon/) python Library.
47
 
 
 
 
 
 
 
48
 
49
  If you are using this dataset for any research, cite
50
 
51
- @ARTICLE{kavya2022mlphon,
52
  author={Manohar, Kavya and Jayan, A. R. and Rajan, Rajeev},
53
  journal={IEEE Access},
54
  title={Mlphon: A Multifunctional Grapheme-Phoneme Conversion Tool Using Finite State Transducers},
@@ -57,4 +63,5 @@ If you are using this dataset for any research, cite
57
  number={},
58
  pages={97555-97575},
59
  doi={10.1109/ACCESS.2022.3204403}}
 
60
 
 
45
 
46
  This pronunciations are created using [Mlphon](https://pypi.org/project/mlphon/) python Library.
47
 
48
+ ### Applications
49
+
50
+ - Ready to use pronunciation lexicons for ASR and TTS
51
+ - To train datadriven grapheme to phoneme models
52
+
53
+
54
 
55
  If you are using this dataset for any research, cite
56
 
57
+ ```@ARTICLE{kavya2022mlphon,
58
  author={Manohar, Kavya and Jayan, A. R. and Rajan, Rajeev},
59
  journal={IEEE Access},
60
  title={Mlphon: A Multifunctional Grapheme-Phoneme Conversion Tool Using Finite State Transducers},
 
63
  number={},
64
  pages={97555-97575},
65
  doi={10.1109/ACCESS.2022.3204403}}
66
+ ```
67