-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New another language to add or change. #28
Comments
I see that you are trying to use this repository with VGT. The
Now, once you have this text_to_gloss_to_pose \
--text "Hallo mijn naam is john." \
--glosser "simple" \
--lexicon "lexicon" \
--spoken-language "nl" \
--signed-language "vgt" \
--pose "quick_test.pose" |
hello,I have one problem, look at. download_lexicon What should I put in "name" and "directory" in this code? |
which file should i run to use this program? |
the only dataset available in this repository is |
https://www.corpusvgt.be/ might work |
Thanks for the tip!
…On Wed, Jun 12, 2024 at 2:31 AM cleong110 ***@***.***> wrote:
Or https://woordenboek.vlaamsegebarentaal.be/search, used by
https://github.com/m-decoster/VGT-SL-Dictionary
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5KO7YAXRRSNKBSTGE732RTZG5UCTAVCNFSM6AAAAABE6JYQ5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRRGYZTANJVGM>
.
You are receiving this because you commented.Message ID:
<sign-language-processing/spoken-to-signed-translation/issues/28/2161630553
@github.com>
|
Error:
download_lexicon.py --name 'vgt' --directory ./vgt
usage: download_lexicon.py [-h] --name {signsuisse} --directory DIRECTORY
download_lexicon.py: error: argument --name: invalid choice: 'vgt' (choose from 'signsuisse')
I have add 'VGT'
from .types import Gloss
from .common import load_spacy_model
LANGUAGE_MODELS_SPACY = {
"de": "de_core_news_lg",
"fr": "fr_core_news_lg",
"vgt": "vgt_core_news_lg",
"en": "en_core_web_lg",
}
def text_to_gloss(text: str, language: str, ignore_punctuation: bool = False) -> Gloss:
The text was updated successfully, but these errors were encountered: