Package flashcards

Provides classes for working with flashcards.
  • Class Summary 
    Class Description
    BucketRange
    Find which buckets contain flashcards, as a rough measure of progress.
    BucketSets
    Convert a map representation of learning buckets into a list-of-set representation.
    Deduplicate
    Consolidate a set of flashcards by finding redundant cards.
    Flashcard
    Immutable type representing a flashcard, e.g., for learning vocabulary words in a native language or foreign language.
    Practice
    Select cards to practice on a particular day.
    Update
    Update a card's bucket number after a practice trial.
  • Enum Summary 
    Enum Description
    AnswerDifficulty
    Immutable type representing how the user answered some particular trial of a flashcard.