lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.45k stars 295 forks source link

[README] Add the disfluency and conservative options to curl example #256

Open lilgandhi1199 opened 4 years ago

lilgandhi1199 commented 4 years ago

curl -F "audio=@audio.mp3" -F "transcript=@words.txt" "http://localhost:8765/transcriptions?async=false&disfluency=false&conservative=false"

Found this on one of the branches of your code. Very glad it's here. The example could have those both set to false. But then people would still see it and know it exists! :)

lilgandhi1199 commented 4 years ago

Actually I've looked at the code and merely offering "&conservative" makes it true even if you put false after it.

caliconiko commented 3 years ago

curl -F "audio=@audio.mp3" -F "transcript=@words.txt" "http://localhost:8765/transcriptions?async=false&disfluency=false&conservative=false"

Found this on one of the branches of your code. Very glad it's here. The example could have those both set to false. But then people would still see it and know it exists! :)

Oh my friggin' goodness this is sooo helpful. Thank you very much.

lilgandhi1199 commented 3 years ago

No problem!