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

How do we deal with multiple versions of the same OKH in different languages #15

Open
Jbutler-helpful opened this issue Nov 12, 2021 · 1 comment

Comments

@Jbutler-helpful
Copy link
Contributor

Jbutler-helpful commented Nov 12, 2021

We have two OKH that represent the same version of a Serge Mask as defined by
https://makermask.org/masks/surge/ that are in two different languages Spanish and English Currently these are two distinct things and it would seem they need to be connected

Ref
https://github.com/helpfulengineering/library/blob/main/alpha/okh/okh-manifest-surge-english.yml
https://github.com/helpfulengineering/library/blob/main/alpha/okh/okh-manifest-surge-spanish.yml

@patchworquill
Copy link

Perhaps we could deal with this by having the underlying representation of the OKH be pointers to the parts and equipment, and abstract language out of it.

Then, both the Spanish and English, and all other languages as we bring them online, would have common words to point to the pointer.

For example:
Q25294 points to the object used to put in nails
"hammer" --> Q25294
"martillo" --> Q25294

Additionally, we could try using language models to encode the words as vectors as in word2vec

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

2 participants