Slop Grader
Grades text against rules using Jev judgments for each line.
Grades text against rules using Jev judgments for each line.
The grader loads line and document rules, batches text regions, and sends line-level Noul questions or whole-document Noul/Score questions through its Jev provider. A line rule such as banned_word checks whether a named line contains the configured list.
Does this line contain a banned buzzword or its inflected form? The numeric suffix tracks the line.
A bounded region of document lines with line markers; one question is built for each line under the selected rule.
Parse Markdown or JSON rule sets and split line-level from document-level questions.
Batch uncached line regions or full-document state and call the Jev provider with typed rule questions.
Map Noul answers back to line markers and return flags; document Scores remain separate from line flags.
It turns editorial checks into explicit, editable decision rubrics and can reuse cached line judgments while still returning individual flagged lines and document scores.