speech.zone » All Posts https://speech.zone/forums/feed Tue, 04 Mar 2025 04:59:14 +0000 https://bbpress.org/?v=2.6.11 en-GB https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18294 <![CDATA[Reply To: [Bug] SynthAndFlatPrintSentences ignores line break after the string ” I.”]]> https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18294 Wed, 26 Feb 2025 12:47:27 +0000 Nikka L makes sense, thank you!

]]>
https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18291 <![CDATA[Reply To: [Bug] SynthAndFlatPrintSentences ignores line break after the string ” I.”]]> https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18291 Wed, 26 Feb 2025 12:29:03 +0000 Korin Richmond This isn’t related to the “SynthAndFlatPrintSentences” per se, but rather how Festival interprets the text in your file.

The script you’re using just uses Festival’s standard textfile processing – if you look at the code in the “synthAndSaveSentences.scm” scheme code file, you’ll see it just calls “(tts_file text)”. In that text file processing, line breaks have no special meaning, and sentences can span multiple lines. I guess in the example you give above Festival is interpreting “I.” as an abbreviation, and not the end of a sentence. That’s why all those lines get concatenated into a single sentence – this is not a bug, this is how festival is interpreting your text file.

]]>
https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18290 <![CDATA[[Bug] SynthAndFlatPrintSentences ignores line break after the string ” I.”]]> https://speech.zone/forums/topic/bug-synthandflatprintsentences-ignores-line-break-after-the-string-i/#post-18290 Wed, 26 Feb 2025 12:00:44 +0000 Nikka L As in title. For instance, with a text file like this:

du n no I.
that’s gone.
and somehow allegedly didn’t see anything I I.
you genuinely saw nothing.
like when I.
it’s a picture.

You get this output from Festival, where Lines 1&2, Lines 3&4, and Lines 5&6 are merged into a single utterance:

utt00000001 <{(1 d uu )}{(1 e n )}{(1 n ou )}{(1 ai )}{(1 dh a t s )}{(1 g o n )}> _BB
utt00000002 <{(1 a n d )}{(1 s uh m )(3 h ow )}{(0 @ )(1 l e jh )(0 i d )(0 l iy )}{(1 d i d )(0 n! t )}{(1 s ii )}{(1 e )(0 n i )(0 th i ng )}{(1 ai )}{(1 ai )}{(1 y uu )}{(1 jh e )(0 n y uw )(0 i n )(0 l iy )}{(1 s oo )}{(1 n uh )(0 th i ng )}> _BB
utt00000003 <{(1 l ai k )}{(1 w e n )}{(1 ai )}{(1 i t s )}{(1 ei )}{(1 p i k )(0 ch @ )}> _BB

]]>
https://speech.zone/forums/topic/more-space-needed/#post-18275 <![CDATA[Reply To: More space needed]]> https://speech.zone/forums/topic/more-space-needed/#post-18275 Thu, 20 Feb 2025 13:02:43 +0000 Simon You can ignore these warnings – it’s OK if some things in the cache cannot be deleted (e.g., because they are still in use by running programs such as the linux desktop manager).

It looks like you have large files elsewhere. Send me a direct email or Teams message with the output of the du commands in this post above.

(Also, try to avoid screenshots – they are not searchable for others using the forums – it’s better to copy-paste the text into a post.)

]]>
https://speech.zone/forums/topic/more-space-needed/#post-18273 <![CDATA[Reply To: More space needed]]> https://speech.zone/forums/topic/more-space-needed/#post-18273 Thu, 20 Feb 2025 12:19:23 +0000 Isobel W I tried the fixes suggested for this error but I’m encountering another error as shown in the screenshot. I changed permissions and I also closed everything except the terminal but the same thing still comes up.

Attachments:
You must be logged in to view attached files.
]]>
https://speech.zone/forums/topic/disk-quota-exceeded/#post-18272 <![CDATA[Reply To: Disk quota exceeded]]> https://speech.zone/forums/topic/disk-quota-exceeded/#post-18272 Wed, 19 Feb 2025 13:32:49 +0000 Simon You need to figure out what is taking up all the space, then delete some of it.

This post, and the thread below it, will help you learn how to do that.

]]>
https://speech.zone/forums/topic/disk-quota-exceeded/#post-18271 <![CDATA[Disk quota exceeded]]> https://speech.zone/forums/topic/disk-quota-exceeded/#post-18271 Wed, 19 Feb 2025 13:07:59 +0000 Isobel W I’m running the remote computer and keep getting this error – ‘Disk quota exceeded’ which is really frustrating as I’m unable to save anything – I have tried deleting some old files I no longer need . Is there any way to change my permissions or do I need to contact an admin?

]]>
https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18222 <![CDATA[Reply To: Unable to update train models in hmm1 directory]]> https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18222 Tue, 03 Dec 2024 16:09:24 +0000 Saisamarth T Ah thank you, looks like I forgot to load the initialized models in this script. I didn’t find any error previously, but I can see that the correct trained model files are being written.

]]>
https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18220 <![CDATA[Reply To: Unable to update train models in hmm1 directory]]> https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18220 Tue, 03 Dec 2024 15:52:15 +0000 Simon You are telling HRest to load models/proto/$PROTO whereas it should start with the models just created by HInit, although this won’t actually cause an error in HTK.

Look for an error message from HRest – if it is failing to create any models, it should report an error.

Remember to always wipe all models (from hmm0 and hmm1) before every experiment: this will help you catch errors.

]]>
https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18217 <![CDATA[Unable to update train models in hmm1 directory]]> https://speech.zone/forums/topic/unable-to-update-train-models-in-hmm1-directory/#post-18217 Tue, 03 Dec 2024 15:27:44 +0000 Saisamarth T I am trying to initialize and train a set of models on several users using -S. For some reason, after running the script the trained models in hmm1 folder have not been updated. If I delete them, it does not create new ones. Only by using the standard script that trains on 1 user, trained model files are updated/created in hmm1. I am not sure why this is, here is my script:

PROTO=5state
set -x

# initialise each model
for WORD in cat resources/word_list
do

echo Initialising model of ${WORD}

HInit -T 1 \
-G ESPS \
-m 1 \
-C resources/CONFIG \
-l ${WORD} \
-M models/hmm0 \
-o ${WORD} \
-L ${DATA}/lab/train/ \
-S scripts/${FILE} \
models/proto/$PROTO

echo Training model of ${WORD}
HRest -T 1 \
-G ESPS \
-m 1 \
-C resources/CONFIG \
-l ${WORD} \
-M models/hmm1 \
-L ${DATA}/lab/train/ \
-S scripts/${FILE} \
models/proto/$PROTO

done

]]>