Back

Mighty Morphin Morphology

vosmiura Wrote:@overture2112, I'm not sure if this feature is already built in somehow, but I wanted the ability to include some decks as input to MM3 without having them be re-scheduled by MM3, so I added a "readonly" option.

e.g.

model_overrides = {
'subs2srs': { 'enabled':True },
'Japanese': { 'readonly':True },
'k2k Japanese': { 'readonly':True },
}

Then I changed the logic so decks with 'readonly' == True participate in the morpheme input phase but not in the output phase.
Could you please specify how and where I can change the participation of the input and output? I am very interested in this added "readonly" feature and would like to implement it myself, but I can not figure out how to make this work. Do I have to make the modifications in the config file, or somewhere else?
Reply

Messages In This Thread