mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
47 stars 6 forks source link

Suspend Short Sentences #195

Open Pedrubik2000 opened 3 months ago

Pedrubik2000 commented 3 months ago

Feature Request:

  1. Prioritize Longer Sentences: Implement a feature that allows AnkiMorph to prioritize sentences with more words. This prioritization will ensure that users are exposed to longer, more complex sentence structures, which can be beneficial for language acquisition.
  2. Suspend Short Sentences: Introduce functionality that automatically suspends sentences that are too short. Short sentences may not provide sufficient context or challenge for language learners. Suspending them will enable users to focus on sentences that offer greater linguistic complexity and depth.

Expected Behavior:

Vilhelm-Ian commented 3 months ago

Already being discussed at #191

mortii commented 3 months ago

@Pedrubik2000 Thanks for the suggestions!

  1. Prioritize Longer Sentences: Implement a feature that allows AnkiMorph to prioritize sentences with more words. This prioritization will ensure that users are exposed to longer, more complex sentence structures, which can be beneficial for language acquisition.

Like @Vilhelm-Ian mentioned, this is feature is being discussed in #191, feel free to chime in there if you want :)

  1. Suspend Short Sentences: Introduce functionality that automatically suspends sentences that are too short. Short sentences may not provide sufficient context or challenge for language learners. Suspending them will enable users to focus on sentences that offer greater linguistic complexity and depth.

Where would you want that feature? In the Recalc settings? A separate window like the known morphs exporter?

mortii commented 3 months ago

It just occurred to me that we could add a new extra field called am-total-morphs-count which then can be used for sorting in the browse window and people can then easily suspend/delete those cards if they want. That is a cleaner approach than having a dedicated option for something like this.

Pedrubik2000 commented 3 months ago

@Pedrubik2000 Thanks for the suggestions!

  1. Prioritize Longer Sentences: Implement a feature that allows AnkiMorph to prioritize sentences with more words. This prioritization will ensure that users are exposed to longer, more complex sentence structures, which can be beneficial for language acquisition.

Like @Vilhelm-Ian mentioned, this is feature is being discussed in #191, feel free to chime in there if you want :)

  1. Suspend Short Sentences: Introduce functionality that automatically suspends sentences that are too short. Short sentences may not provide sufficient context or challenge for language learners. Suspending them will enable users to focus on sentences that offer greater linguistic complexity and depth.

Where would you want that feature? In the Recalc settings? A separate window like the known morphs exporter?

Yes, I would like it in the Recalc settings but a separate window would be okay too.

Pedrubik2000 commented 3 months ago

It just occurred to me that we could add a new extra field called am-total-morphs-count which then can be used for sorting in the browse window and people can then easily suspend/delete those cards if they want. That is a cleaner approach than having a dedicated option for something like this.

Yeah, this could work too. Nice idea