package
crowd
Type Members
-
case class
AccuracyJudgment(validatorId: String, isValid: Boolean) extends Product with Serializable
-
-
-
case class
Answer(spans: List[Span]) extends QASRLValidationAnswer with Product with Serializable
-
case class
ChristenWorker(workerId: String, numAgreementsToAdd: Int) extends Product with Serializable
-
-
-
case class
FlagBadSentence[SID](id: SID) extends Product with Serializable
-
case class
GenerationStatSummary(numVerbsCompleted: Int, numQuestionsWritten: Int, workerStatsOpt: Option[QASRLGenerationWorkerStats]) extends Product with Serializable
-
-
-
-
case class
QASRLEvaluationPrompt[SID](id: SID, sourcedQuestions: List[SourcedQuestion]) extends Product with Serializable
-
-
-
-
case class
QASRLGenerationAjaxResponse(stats: GenerationStatSummary, tokens: Vector[String], inflectedForms: InflectedForms) extends Product with Serializable
-
-
case class
QASRLGenerationPrompt[SID](id: SID, verbIndex: Int) extends Product with Serializable
-
case class
QASRLGenerationWorkerStats(workerId: String, numValidatorJudgments: Int, numAssignmentsCompleted: Int, accuracyJudgments: Vector[AccuracyJudgment], numBonusValids: Int, earnings: Double) extends Product with Serializable
-
-
case class
QASRLValidationAjaxRequest[SID](workerIdOpt: Option[String], id: SID) extends Product with Serializable
-
-
-
-
-
case class
QASRLValidationPrompt[SID](genPrompt: QASRLGenerationPrompt[SID], sourceHITTypeId: String, sourceHITId: String, sourceAssignmentId: String, qaPairs: List[VerbQA]) extends Product with Serializable
-
-
-
case class
QASRLValidationWorkerInfo(workerId: String, numAssignmentsCompleted: Int, numAnswerSpans: Int, numInvalids: Int, comparisons: List[QASRLValidationResponseComparison], numBonusAgreements: Int, timeSpent: Long, earnings: Double) extends Product with Serializable
-
case class
QASRLValidationWorkerInfoSummary(proportionInvalid: Double, numAssignmentsCompleted: Int, agreement: Double) extends Product with Serializable
-
case class
SourcedQuestion(verbIndex: Int, question: String, sources: Set[String]) extends Product with Serializable
-
case class
ValidatorBlocked(badValidatorId: String) extends Product with Serializable
-
case class
VerbQA(verbIndex: Int, question: String, answers: List[Span]) extends Product with Serializable
Value Members
-
-
object
Answer extends Serializable
-
-
-
object
Pring extends Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
object
SaveData extends Product with Serializable
-
-
object
VerbQA extends Serializable
-
implicit
val
inflectedFormsReader: upickle.default.Reader[InflectedForms]
-
implicit
val
inflectedFormsWriter: upickle.default.Writer[InflectedForms]
-
implicit
val
lowerCaseStringReader: upickle.default.Reader[nlpdata.util.LowerCaseStringCapsule.LowerCaseString]
-
implicit
val
lowerCaseStringWriter: upickle.default.Writer[nlpdata.util.LowerCaseStringCapsule.LowerCaseString]
-
Deprecated Value Members
-
object
DataIO extends LazyLogging
Inherited from AnyRef
Inherited from Any