Memorizing lists

146 views
Skip to first unread message

Gnome

unread,
Jan 17, 2013, 6:51:03 AM1/17/13
to mnemosyne-...@googlegroups.com
Does anyone has tips or strategies regarding memorizing lists?
I find it very hard to memorize lists because I tend to forget one or two things when I am about to recall them.

Ayesha Nicole

unread,
Jan 17, 2013, 11:58:01 AM1/17/13
to mnemosyne-...@googlegroups.com
These are a few resources that you may find helpful:

On Thu, Jan 17, 2013 at 6:51 AM, Gnome <jippi...@hotmail.com> wrote:
Does anyone has tips or strategies regarding memorizing lists?
I find it very hard to memorize lists because I tend to forget one or two things when I am about to recall them.

--
You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group.
To post to this group, send email to mnemosyne-...@googlegroups.com.
To unsubscribe from this group, send email to mnemosyne-proj-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/mnemosyne-proj-users/-/GJ0cLHMz2jIJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Gwern Branwen

unread,
Jan 17, 2013, 12:17:41 PM1/17/13
to mnemosyne-...@googlegroups.com
On Thu, Jan 17, 2013 at 6:51 AM, Gnome <jippi...@hotmail.com> wrote:
Brute force cloze deletions may help:
http://www.gwern.net/Spaced%20repetition#see-also

--
gwern

Tom Cato Amundsen

unread,
Jan 18, 2013, 2:16:43 AM1/18/13
to mnemosyne-...@googlegroups.com
I have found this method (http://www.productivity501.com/how-to-memorize-verbatim-text/294/) far better than using cloze deletion.To practice recalling, not repeating, makes sense to me. But this might be different for different people.

Tom Cato

Scott Youngman

unread,
Jan 18, 2013, 10:23:47 PM1/18/13
to mnemosyne-...@googlegroups.com
There was a brief thread on this topic at this link, showing a possible cloze pattern

Gnome

unread,
Jan 19, 2013, 6:42:51 AM1/19/13
to mnemosyne-...@googlegroups.com
Thanks for all the links everyone.

Verbatim text looks interesting, but I think I have to use it in mnemosyne or else I tend to get disorganized.

Perhaps there could be created an plugin for mnemosyne that automatically creates verbatim hints for close deletion cards?

Vit

unread,
Apr 20, 2013, 4:15:24 PM4/20/13
to mnemosyne-...@googlegroups.com
  On Thursday, January 17, 2013 11:58:01 AM UTC-5, Ayesha Nicole wrote:
... { to memorize lists } ... you may find helpful:
... techinques from Memory Champions:
  Thank you, Ayesha, for sharing this !
   I read the book and am using the 'ridiculous interractions' technique to memorize:
1. stubborn words
2. Multiple meanings words - all 6 meanings together; like a word 'Render'.  Imagine a raindeer doing 6 things:

1. To present, hand over  ice-cream to children

2. To execute, carry out a death sentence

3. To interpret, play, perform an Opera act

4.  Citing HIS interpretation of the Odyssey.

5.  To provide help to car accident victim

6.  To declare that  HE is the King now.


   I wish more people shared their bits and pieces of useful info.


Thanks again.


Vit


PS. About Lists.  Their Loci system does work - with a bit of practice.




 

Arno den Hartog

unread,
Apr 21, 2013, 9:33:09 PM4/21/13
to mnemosyne-...@googlegroups.com
Perhaps there could be created an plugin for mnemosyne that automatically creates verbatim hints for close deletion cards?
May be a bit late for you but here is a sequence of regex replacements that can get the job nice and quickly.
Someone who knows Python could easily make a script out of it.

Get a text editor with regex, drop all your text into there, and leave a blank line between each card.

Match
Replace
Explanation
\r\n
<br>
Replaces all newlines (on windows) with <br> that do not interfere with tab separated importing.
(.*?)(<br><br>|\Z)
\1\t\1\r\n
Returns newlines where blank ones used to be so that now every card is on its own line and duplicated with a tab in the middle.

(?<!<[^>]*)(?<=[^\s]{2})[^.,;?!<>\-\s](?=[^.,;?!\s]{1})(?=[^\r]\t)
@
Replaces every character with an @
Ignores everything from < until >

Ignores {2} after and {1} before the symbols inside [^...]

Ignores all symbols inside [^...]
Ignores everything not in front of a tab on that line.


Th@n ju@t im@@@t the ta@-@@@@@@@@d te@t fi@e.
Then just import the tab-separated text file.

Peter Bienstman

unread,
Apr 22, 2013, 12:55:26 AM4/22/13
to mnemosyne-...@googlegroups.com
You can do cloze hints by using [cloze:hint].

Cheers,

Peter
> --
> You received this message because you are subscribed to the Google
> Groups "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to mnemosyne-proj-u...@googlegroups.com.
> To post to this group, send email to mnemosyne-...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/mnemosyne-proj-users/-/ZNB8zJQZftUJ.
Reply all
Reply to author
Forward
0 new messages