Update README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ Paper: [SpellMapper: A non-autoregressive neural spellchecker for ASR customizat
|
|
17 |
## Citation
|
18 |
|
19 |
```bibtex
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
```
|
|
|
17 |
## Citation
|
18 |
|
19 |
```bibtex
|
20 |
+
@inproceedings{inproceedings,
|
21 |
+
author = {Antonova, Alexandra and Bakhturina, Evelina and Ginsburg, Boris},
|
22 |
+
year = {2023},
|
23 |
+
month = {08},
|
24 |
+
pages = {1404-1408},
|
25 |
+
title = {SpellMapper: A non-autoregressive neural spellchecker for ASR customization with candidate retrieval based on n-gram mappings},
|
26 |
+
doi = {10.21437/Interspeech.2023-768}
|
27 |
+
}
|
28 |
```
|