filterspec.MILD_IMPATIENCE_GROUPS

filterspec.MILD_IMPATIENCE_GROUPS: tuple[tuple[str, str], …] = (
    (
        "mild_impatience",
        "\b(and\s+again|yet\s+again|once\s+again|for\s+the\s+(?:second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth|umpteenth|hundredth|nth)\s+time)\b",
    ),
)