-
Notifications
You must be signed in to change notification settings - Fork 9
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
Autogenerated cards misplace translations into wrong columns #29
Comments
It also makes the error of generating the pronunciation for the word in English. |
@deleuzei hi! It didn't occur to me that others might want to create cards However, this shouldn't be a problem. Despite the confusion in column names, if you generate cards using this TSV file as a source file - it will generate two cards for each row - a card for one language and a reverse one for another. So you still can use it to study languages. I'll keep it in mind when I'll be working on this module in the future.
Well, this is also coming from the fact that it expects English to be your target language |
Thanks for the quick reply, I was just going to post that it kinda works given that there is a reverse card generated. I think it is a common use case. Say you wanted to build up your knowledge in a specialized domain. I would be much easier to write down the all words you know in that domain in your native tongue at once, instead of going through a text and adding them one by one. That way you could prepare for the text beforehand, only later on adding specialized translations that google translate might have missed. |
Hello, I'm trying to autogenerate cards from English to French. I've set the lang field in cards_config.json
The words.txt file contains three words in English
The translations generated by mnemocards generate and mnemocards maketsv place the generated translations in wrong columns:
As you can see, the words contained in YourLanguageWord are in French, when they are supposed to be in English. It seems to be that this is opposite of intended behavior. The field YourLanguageWord is supposed to be "The word you want to learn but in your mother tongue or in a known language."
Has anyone encountered this issue?
The text was updated successfully, but these errors were encountered: