Rct567 / FrequencyMan

An Anki plugin to sort your new cards.
GNU General Public License v3.0
4 stars 0 forks source link

document corpus_segmentation_strategy #2

Closed aleksejrs closed 5 months ago

aleksejrs commented 5 months ago

I guess it is for what I did https://github.com/mortii/anki-morphs/discussions/176 for, but that's not very clear.

Rct567 commented 5 months ago

I think you just need to define a separate target for what you want to do.

Basically: Separate target == Separate instance of AnkiMorphs

corpus_segmentation_strategy is only relevant if you have multiple fields per target.

For example... If you have a target with two fields with the same language:

Front: EN Back: EN

Should they join, or stay separate, just like how it would be separate if the languages were different from each other?

Front: ES Back: DE

Using corpus_segmentation_strategy:

aleksejrs commented 5 months ago

Thanks!