You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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.
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
The text was updated successfully, but these errors were encountered: