[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Learn Arabic tool ?
- To: Nadim Shaikli <shaikli at yahoo dot com>
- Subject: Re: Learn Arabic tool ?
- From: Alex Schroeder <alex at emacswiki dot org>
- Date: Wed, 10 Sep 2003 22:27:11 +0200
- Cc: martin at godisch dot de, developer at arabeyes dot org
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACkElEQVR42s1a0bLsIAgzjv// y7kPd9pVKxKVdk6fzux2C4EAwR6QZBpcQEopIf3Fq3a52Lfh0Mjjk99zcWYBwA2ihEen9jVxfAf/ u0+Y2HQwNoVw4Dx34trRV6NSjiLPmfPt77jwiBxB/3PnZ3B2AGxzHnGu0wcBwAIAyQwZGvQhiFcy YLOFQcSB/MS82n3ec37vykNqRFTX9rVWR2U5+pZNIggll0CUOQN9BDdm1LfBmcZxIEqjL6r2JU/D galaB7Zg4jlY2ulnIx9OR4iMRl38CAFyKaA8jAxE7lNn650VKMULZ/54crqn0YQCJGQliebXkFIK hwqmGm28cgsSjz/hzRCMneQEwMjVoH3gWTtMPgIslJUV5uIluvUEkyzU+gUGQO62e9NuSdZCzNOM fDPC87iCqfE9gHinsIrSL16TPBfrYIeHzqKU90a50jCh54EcrgAUFo5ibzvebgr/I66USQ0CspQp IVSoBQK3WswDDIndIraHxoglqOjM1d044PQvu1NY0EHtqQR/XwJ+PeCs0x2dSlApZVw4MPER23PD 7JekoHxrqTRod/2Gx5nhx5dfAJhqPt7tDMIZxNN/7lOIaparPn7ZQ88drlORC2eLWXowxIq4gHTh VN1BSmsHoxYAbPWDTuGQuuecS+aYQUYpfr0YqPQOuuUk5tApK077+2xfOYP+XyWEIwPcE49lvT9N y2+wU2KylGGp4yxlALcm6fSlmgk62yfSsfNunDl5d6W91MBUoZw679YAJoMMkhijuXdFOL+khaL2 s+g3zy4APQuQvSc/BNAYnkl6E8ivYtEHJXa1dihE3zgnKMdNgN8DiIwgA17NykUMvFDQ+LALvXXI BuBLAHv/DvBmc/0HzR03PqXmLcQAAAAASUVORK5CYII=
- User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)
Done.
http://www.emacswiki.org/elisp/flashcard.el
For Arabic, you need to use emacs-bidi, for the time being.
An intro to the mode is here:
http://www.emacswiki.org/cgi-bin/wiki/FlashCard
At the bottom of the following page, you can see an Emacs session
(with a blue color theme) and two windows. On the left I loaded the
flashcard file (the vocab to learn), and on the right you see an
example session.
http://www.emacswiki.org/cgi-bin/wiki/DisplayEngineForArabic
The "pigeonhole" stuff is a learning strategy implemented by
flashcard.el. The comment from the source regarding this:
;; This is a flashcard mode for Emacs that implements Leitners method
;; of a "Lernmaschine". See the documentation of
;; `flashcard-leitner-pigeonholes' for more information about this. It
;; was inspired vaguely by flashcard.el (c) 1994 by Lars Huttar
;; <huttar at cs dot oberlin dot edu>, but I've never even looked close at his
;; code. I took a few ideas from
;; http://anas.worldonline.es/learners/edu/flash.htm, which is a great
;; site about this type of program.
And flashcard-leitner-pigeonholes says:
(defcustom flashcard-leitner-pigeonholes 5
"*The number of pigeonholes for Leitners' method, defaults to 5.
This mode implement Sebastian Leitners method, a german psychologist.
He proposed that one should keep the flashcards in a box divided into
5 pigeonholes. When one answers a question correctly, it moves into
the next pigeonhole. If a question is answered incorrectly, it's moved
back into the first pigeonhole (or just one pigeonhole back - see
`flashcard-leitner-behavior'). A card is removed when it was answered
correctly from the fifth pigeonhole. One knows the subject when no
card remaines in the box.
The order in which questions are asked is given, too. First, one asks
from the first pigeonhole. Then, from the first and the second. Then,
from the first, second and third, etc."
:group 'flashcard
:type 'integer)
Alex.
--
http://www.emacswiki.org/alex/
There is no substitute for experience.