-
## Story Explanation
### User Story
As an aligner, I want to see partial alignment progress so that I can see partial progress for my effort.
As an aligner, I want to be able to get full credit for…
-
I've been using the fully-automated level of the tool. I have about 200 sentences pairs (Spanish/English) I want to align, but it's taking forever because I reload the language models every time to ru…
-
from twec.twec import TWEC
from gensim.models.word2vec import Word2Vec
def train():
aligner = TWEC(size=30, siter=10, diter=10, workers=4)
aligner.train_com…
-
Hello,
The current Decoder in Whisper example uses FasterTransformer DynamicDecoder which I think doesn't output the timestamp tokens for Whisper. Are there any plans for supporting the timestamp fea…
-
Grab the files in [problem.tar.gz](https://github.com/vgteam/vg/files/10573167/problem.tar.gz) and run `command.sh` which does:
```
vg align -s "$(cat seq.txt)" --pinned --json cutnode.vg
```
…
-
Right now when testing Joshua from within the Homebrew recipe, a lot of time is being spent on word alignment(???), I think that it would be more helpful if we could see some activity whilst waiting e…
-
In aligner.py lines 1267 and 1268, each source/target word may be appended many times to the sourceWordsBeingConsidered/targetWordsBeingConsidered lists, which make these lists too big due to redundan…
-
hi,i use the mfa of 2.0.0.0rc5 version(windows).
if i run the command such as:
mfa align test_data mandarin_pinyin.dict mandarin.zip test_result
there are some files generated in ~\Documents\MFA.T…
-
## Story Explanation
1.0.2 (1681fcf)
Still a problem in 2.1.0 (7adcd44)
If there are two suggestions in an alignment box and one is dragged back to the word bank, the other suggestion in that alig…
-
**Debugging checklist**
[X] Have you updated to latest MFA version?
[X] Have you tried rerunning the command with the `--clean` flag?
**Describe the issue**
When training an acoustic model wit…