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
Hey @htimur! Good catch – the V2 CLI has stricter matching against part-of-speech tag. It looks like in this case the pos field is being set to an empty string, when really it should just be omitted. Under V2, the compiler will error if "pos" is specified but an invalid value, whereas I believe V1 would have just ignored the field.
Looks like we'll have to tweak the converter. I still have to go through and update the converters to be compliant with V2 as part of the new release :)
Hi there, great initiative!
I was playing around with the new V2 CLI and I'm getting an error when I tried to convert the XML files generated by https://github.com/TheOpenDictionary/dictionaries.
As I understood the new V2 is not bc with the old format, but I'm failing to make it work even with intermediate ODXML files.
The error I'm getting executing
cli compile -o ./odict/test.odict ./freedict/eng-deu.xml
:Would appreciate if you can point me to what is wrong.
The text was updated successfully, but these errors were encountered: