Răsfoiți Sursa

Update unity2_aligner_README.md (#172)

* Update unity2_aligner_README.md

* Update unity2_aligner_README.md
Ilia Kulikov 1 an în urmă
părinte
comite
6c138aec3e
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      docs/m4t/unity2_aligner_README.md

+ 3 - 3
docs/m4t/unity2_aligner_README.md

@@ -1,6 +1,6 @@
 # UnitY2 forced alignment extractor
 
-Please refer to Section 3.3.2 of the paper to read more details about aligner design & training.
+Please refer to Section 3.3.2 of the "Seamless: Multilingual Expressive and Streaming Speech Translation" paper to read more details about aligner design & training.
 
 We provide a light-weight wrapper to extract alignments between given text and acoustic unit sequences. Unit extractor is also available from the wrapper itself. 
 
@@ -60,7 +60,7 @@ En audio example:
 * en_transcription: `the examination and testimony of the experts enabled the commision to conclude that five shots may have been fired.`
 
 ```python
-alignment_durations, _, tokenized_text_tokens = extractor.extract_alignment("LJ037-0171_sr16k.wav", ru_transcription, plot=True, add_trailing_silence=False)
+alignment_durations, _, tokenized_text_tokens = extractor.extract_alignment("LJ037-0171_sr16k.wav", en_transcription, plot=True, add_trailing_silence=False)
 ```
 * here we set `add_trailing_silence` to False since terminal punctuation exists, but True will also work
 
@@ -73,4 +73,4 @@ If you encounter issues with produced alignments, please run integration test wi
 
 Run from the repo root:
 
-`pytest -vv tests/integration/models/test_unity2_aligner.py`
+`pytest -vv tests/integration/models/test_unity2_aligner.py`