I guess you're talking about the text based log files, right?
The relevant code is the following:
# Create log entry.
logger.info("R %s %d %1.2f | %d %d %d %d %d | %d %d | %d %d | %1.1f",
item.id, item.grade, item.easiness,
item.acq_reps, item.ret_reps, item.lapses,
item.acq_reps_since_lapse, item.ret_reps_since_lapse,
scheduled_interval, actual_interval,
new_interval, noise, thinking_time)
So, the card id is the first column after the "R" indentifier, and the next to
last number (noise) can be safely ignored: it's the contribution of randomness
to the next scheduled interval. (This will no longer be logged in 2.0)
Note that if you install Mnemosyne 2.0, it will read in this data and store
your revision history in an SQL database, which could be easier for you to
work with.
Cheers,
Peter
On Wednesday, July 13, 2011 11:37:35 PM my2cents wrote:
> hi peter--
>
> when i look at a row in the data that represents review, i can't
> figure out what the next-to-the-last number represents. i checked the
> code and i see variable names for all the numbers except this one.
> (if i'm reading the code right - i've never used python). also, i
> don't see any info that defines which unique card deck is being used.
> i see 3 variables in the 'database' field, but all seem to be
> referring to various card status factors, rather than unique id. can
> you help me? thx!
>
> On Jun 28, 9:21 am, Peter Bienstman <[email protected]> wrote:
> > On Tuesday, June 28, 2011 04:39:43 PM John Salvatier wrote:
> > > I am interested in looking at the research facilitated by mnemosyne
> > > data, who are the researchers who use it?
> >
> > I plan on looking at the data eventually, but at the moment getting 2.0
> > out of the door is much higher on my priority list :-)
> >
> > Petetr
--
Peter Bienstman
Ghent University, Dept. of Information Technology
Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium
tel: +32 9 264 34 46, fax: +32 9 264 35 93
WWW: http://photonics.intec.UGent.be
email: [email protected]
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mnemosyne-proj-users?hl=en.