kanji koohii FORUM
Moving stories into anki? - Printable Version

+- kanji koohii FORUM (http://forum.koohii.com)
+-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html)
+--- Forum: Learning resources (http://forum.koohii.com/forum-9.html)
+--- Thread: Moving stories into anki? (/thread-6242.html)



Moving stories into anki? - loverkanji - 2010-08-28

I want to copy my stories into anki but so far I just copy and paste them, is there a faster way ? My hands hurt from so much work and I would prefer to do my reviews that wasting so much time copy-pasting, so if anyone can help me please help.
And I did do a search and coudn't find anything useful


Moving stories into anki? - truando - 2010-08-28

somewhere I read about a plugin for Anki that imports all of the stories, but I can't recall where.


Moving stories into anki? - zachandhobbes - 2010-08-28

http://www.nihongocentral.com/migrating-from-reviewing-the-kanji-to-anki/

Is this what you mean?

Or are you simply complaining that you have to hit "control-C" and then "control-V" in anki for each card?


Moving stories into anki? - bladethecoder - 2010-08-29

If you're trying to import your stories into an already-made RTK deck, franki will work for that. However, on Windows, looks like the setup is somewhat involved (see the section at the top of the page). On Linux it just worked.


Moving stories into anki? - orange - 2010-09-02

I just tried to use franki, but I got an error that I do not know how to fix:


$ ./franki-1.4.py --help
Traceback (most recent call last):
File "./franki-1.4.py", line 17, in <module>
import anki
ImportError: No module named anki


Moving stories into anki? - cangy - 2010-09-03

bladethecoder Wrote:However, on Windows, looks like the setup is somewhat involved
it's not too bad now the libanki path has been set in the script, you only have to install python which is straightforward


orange Wrote:I just tried to use franki, but I got an error that I do not know how to fix
I've updated the readme for unix -- if that doesn't help let me know the details


Moving stories into anki? - bombpersons - 2010-09-03

orange Wrote:I just tried to use franki, but I got an error that I do not know how to fix:


$ ./franki-1.4.py --help
Traceback (most recent call last):
File "./franki-1.4.py", line 17, in <module>
import anki
ImportError: No module named anki
Have you got anki installed? The problem is that either you don't have the anki python library (comes with anki) installed, or it isn't in your path.


Moving stories into anki? - orange - 2010-09-03

UGHHHHHHHHHHHH

I JUST found the readme above the franki part of http://ichi2.net/anki/wiki/ContribFugounashi . That is extremely irritating as it could have saved me an hour of searching on google for the anki library. That readme should be WAY more pronounced because right now it just looks like another program. Maybe put the header in all caps or put it in a box with a red background.

Well, the good news is that I was able to download libanki from github and I was able to install it after having a nice reunion with dependency hell. For anyone that has 10.6.4 like I do here are the commands I had to execute:


$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py

ERROR: You need simplejson!

*Downloads SimpleJSON from http://pypi.python.org/pypi/simplejson ....uncompress...cd...*

$ python setup.py --help-commands
$ python setup.py build
$ sudo python setup.py install

$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py

ERROR: You need SQLAlchemy!

*Downloads SQLAlchemy from http://pypi.python.org/pypi/SQLAlchemy/0.6.3 .....uncompress...cd...*


$ python setup.py --help-commands
$ python setup.py build
$ sudo python setup.py install

$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py build
$ sudo python setup.py install

$ python franki-1.4.py
Usage: franki-1.4.py options
-h for help
see http://ichi2.net/anki/ContribFugounashi#franki for more info

franki-1.4.py: error: missing required option

YAAAAAYY IT FINALLY WORKS! Now to figure out how to use it...


Seriously though, getting this thing to RUN should not be this difficult.


Moving stories into anki? - orange - 2010-09-03

And here we go: this is what I have done with my new knowledge. It is essentially the same thing as the original poster is trying to to, but just a tiny bit more complicated.

http://forum.koohii.com/showthread.php?pid=112631#pid112631


Moving stories into anki? - cangy - 2010-09-07

orange Wrote:Seriously though, getting this thing to RUN should not be this difficult.
there are osx instructions available now, you don't have to install anything: http://ichi2.net/anki/wiki/ContribFugounashi#readme