jef.types module

class jef.types.CopyrightScoreType

Bases: ScoreType

last_analysis_scores: NotRequired[Dict[str, any]]
matches: NotRequired[List[str]]
missing: NotRequired[List[str]]
ngram_scores: NotRequired[float]
percentage: float
score: float
sentence_scores: NotRequired[float]
total_possible_score: NotRequired[int]
class jef.types.ScoreType

Bases: TypedDict

matches: NotRequired[List[str]]
missing: NotRequired[List[str]]
percentage: float
score: float
total_possible_score: NotRequired[int]