Skip to content
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

English to ASL #25

Open
MuhammadAasharibNawshad opened this issue Feb 6, 2024 · 10 comments
Open

English to ASL #25

MuhammadAasharibNawshad opened this issue Feb 6, 2024 · 10 comments

Comments

@MuhammadAasharibNawshad
Copy link

Hello,
This repository does not have English to ASL. But https://sign.mt has english to ASL working. Can you please guide how to add English to ASL translation?

@bipinkrish
Copy link

Hello, This repository does not have English to ASL. But sign.mt has english to ASL working. Can you please guide how to add English to ASL translation?

I have the same doubt

@AmitMY
Copy link
Collaborator

AmitMY commented Feb 8, 2024

This repository allows loading any lexicon.
For example, we load the suisse lexicon, but any lexicon can be added.
sign.mt is an independent website, that uses this project, but with other lexicons.
Adding ASL to this repository will be as simple as the suisse lexicon, all there needs to be is:

  • directory with poses
  • index file pointing at the poses

see our example lexicon.

@bipinkrish
Copy link

bipinkrish commented Feb 8, 2024

sign.mt is an independent website, that uses this project, but with other lexicons.

Can you please point me where in sign/translate you used lexicons or the models you trained from it?

All I found was here an I am not sure how to use those in python even if I re-trained using this

@AmitMY
Copy link
Collaborator

AmitMY commented Feb 8, 2024

In sign/translate, the backend for the spoken-text-to-pose is closed source for multiple reasons.
Ideally, everything will work client side only, but this is not yet the case.

@bipinkrish
Copy link

In sign/translate, the backend for the spoken-text-to-pose is closed source for multiple reasons.

Is it because of licensing ?

@AmitMY
Copy link
Collaborator

AmitMY commented Feb 15, 2024

Among other things, yes.

@MuhammadAasharibNawshad
Copy link
Author

Thankyou for clarifying. One thing i want to know is that whether this repository be useful for text to gloss if I want to convert english text to ASL gloss and then run GLoss lookup for custom ASL glosses?

If yes then how? as currently it looks like it supports other language but not english. If No, Then how can i create glosses from text for english for ASL?

@AmitMY
Copy link
Collaborator

AmitMY commented Feb 18, 2024

Using the spacylemma module or simple module, you can lemmatize English text into pseudo-glosses.
If you'd like the rules module to work for ASL, you would have to implement the rules of the grammar.

@MuhammadAasharibNawshad
Copy link
Author

@AmitMY Thankyou for clarifying. I understand the pseudo-glosses part. But can you please specify resources/logic for english ASL glosses for grammar rule? is it implemented somewhere or if not then any description about the rules which can help in implementation?

@AmitMY
Copy link
Collaborator

AmitMY commented Feb 18, 2024

In my opinion, you should start from the spacylemma implementation, and only when everything works for you consider adding grammar manipulations (rules)

There are many resources on grammar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants