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, is it possible to create another languages as well ? Maybe I am doing something wrong but when I add variables fe - DictionaryCreator(source_language="Spanish", target_language="Slovak") from Spanish to Slovak or German DictionaryCreator(source_language="German", target_language="Slovak") as well as when I try DictionaryCreator(source_language="Spanish", target_language="Czech") the result is still the same and the dict is using English translation..
Is it possible to have Slovak or at least Czech translation ?
Do I do something wrong and thats why its not working?
Thanks in advance
The text was updated successfully, but these errors were encountered:
currently this is unfortunately not possible (I admit that I should add more documentation stating this). However, there exists https://github.com/karlb/wikdict-gen, which uses an approach that makes use of the translation tables/other-language Wiktionaries, so it should in theory support any language combination. At the moment it doesn't have prebuilt dictionaries for Czech/Slovak and other languages, but it should be possible to create them without much extra work. So you might be interested in looking at the code there and opening an issue there if you are stuck.
The wikdicts currently have no inflections, so it might also be interesting to take for example a txt tabfile created by my repo and extract their inflections, and then add them to the wikdict dictionary. I can recommend the pyglossary library for loading/writing dictionaries in the formats you are interested in.
Hello, is it possible to create another languages as well ? Maybe I am doing something wrong but when I add variables fe - DictionaryCreator(source_language="Spanish", target_language="Slovak") from Spanish to Slovak or German DictionaryCreator(source_language="German", target_language="Slovak") as well as when I try DictionaryCreator(source_language="Spanish", target_language="Czech") the result is still the same and the dict is using English translation..
Is it possible to have Slovak or at least Czech translation ?
Do I do something wrong and thats why its not working?
Thanks in advance
The text was updated successfully, but these errors were encountered: