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

Example of source type #1

Open
Idreesshahzaib opened this issue Apr 21, 2021 · 1 comment
Open

Example of source type #1

Idreesshahzaib opened this issue Apr 21, 2021 · 1 comment

Comments

@Idreesshahzaib
Copy link

Hello Patrick sir.
Sorry for disturbing you. I am try to build a flictionary for bal | ISO 639-3 {Baluchi} language from list of words. I have converted it into .combined format and now confuse how to convert it into .msgpack type for creating a flictionary. Can you please show us an example
Thnak you

@patrickgold
Copy link
Member

If you have a .combined format you can directly convert it with flict.py, no need to convert it to msgpack beforeahnd. The cli interface I built doesn't outright support it, but you can modify these two lines:

dictionary-tools/flict.py

Lines 229 to 230 in 84ee42c

if __name__ == "__main__":
clb_to_flict("./.dicttool/test.clb", "./.dicttool/en.flict")

where the first argument is the combined list path and the second the dictionary output path. Then run the flict.py directly and it should produce a Flictionary.

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