Montreal-Forced-Aligner icon indicating copy to clipboard operation
Montreal-Forced-Aligner copied to clipboard

Command line utility for forced alignment using Kaldi

Results 213 Montreal-Forced-Aligner issues
Sort by recently updated
recently updated
newest added

From a fresh download of v1.0.1 on my device (running Ubuntu16.04 xenial). Test running /bin/mfa_align to see usage instructions results in the following error message. [1695] Error loading Python lib...

Hi, I was interested in trying the Pre-trained G2P Arabic model but it only accepted the encoded roman characters for Arabic and the encoding is done by GlobalPhone as you...

The pretrained Mandarin acoustic model performs pretty good alignment. I'm wondering which dataset is used for its training? I tried training a new acoustic model with a Mandarin dataset of...

Hi, I am using MFA for force alignment between phonenes and audio, I want to know nnet3 or chain model is used to train MFA from scarch? As I know...

Hi guys! I have run everything with Russian dataset to get alignments. Then I used these alignments to train a speech synthesis model (Fast Speech 2) on phoneme level. But...

Hello, I'm facing an issue when trying to run the aligner from the [release 1.0.1](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/releases/tag/v1.0.1). ``` Traceback (most recent call last): File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 11, in File "/home/michael/miniconda3/envs/aligner/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627,...

When I use the my pretrained G2P model and example Mandarin corpus(from Example 2: Generate Mandarin dictionary), I got the empty mandrin_dict.txt without any error: Generating pronunciations from G2P model...

I understand that TextGrid format supports: - stereo sound files; and - TextGrids with speakers on separate tiers I have a dataset with both properties. +-- textgrid_corpus_directory | --- recording1.wav...

when i pass the cmd listed below, i am having following errors. Please tell where am i wrong lib/align ~/my_proj/proj-ppggmm/lab_and_wav ~/my_proj/Montreal-Forced-Aligner-1.0/eng.dict ~/my_proj/Montreal-Forced-Aligner-1.0/dist/montreal-forced-aligner/pretrained_models/english.zip ~/my_proj/output align.py:60: YAMLLoadWarning: calling yaml.load() without Loader=... is...

Currently, if you pass an input folder that has subdirectories containing a wav and textgrid, MFA runs fine, but fails to actually output the forced aligned textgrids, this is due...