You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
922 B
17 lines
922 B
# Use Montreal-Forced-Aligner
|
|
Here is an example to use [MFA1.x](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner).
|
|
Run the following script to get started, for more detail, please see `run.sh`.
|
|
```bash
|
|
./run.sh
|
|
```
|
|
# Rhythm tags for MFA
|
|
If you want to get rhythm tags with duration through MFA tool, you may add flag `--rhy-with-duration` in the first two commands in `run.sh`
|
|
Note that only CSMSC dataset is supported so far, and we replace `#` with `sp` in rhythm tags for MFA.
|
|
|
|
# MFA for Cantonese language
|
|
First, go download these datasets [Guangzhou_Cantonese_Scripted_Speech_Corpus_Daily_Use_Sentence](https://magichub.com/datasets/guangzhou-cantonese-scripted-speech-corpus-daily-use-sentence/) and [Guangzhou_Cantonese_Scripted_Speech_Corpus_in_Vehicle](https://magichub.com/datasets/guangzhou-cantonese-scripted-speech-corpus-in-the-vehicle/) under `~/datasets/`.
|
|
Then,
|
|
```bash
|
|
./run_canton.sh
|
|
```
|