p

qasrl

bank

package bank

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bank
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AnnotationRound extends AnyRef
  2. case class AnswerSource(turkerId: String, round: AnnotationRound) extends Product with Serializable
  3. case class ConsolidatedDataset(sentences: SortedMap[String, ConsolidatedSentence]) extends Product with Serializable
  4. case class ConsolidatedSentence(sentenceId: String, sentenceTokens: Vector[String], verbEntries: SortedMap[Int, VerbEntry], nonPredicates: SortedMap[Int, LowerCaseString]) extends Product with Serializable
  5. case class DataIndex(documents: Map[DatasetPartition, SortedSet[DocumentMetadata]], denseIds: SortedSet[SentenceId], qaNomIds: SortedSet[SentenceId] = SortedSet()) extends Product with Serializable
  6. sealed trait DatasetPartition extends AnyRef
  7. case class Document(metadata: DocumentMetadata, sentences: SortedSet[ConsolidatedSentence]) extends Product with Serializable
  8. case class DocumentId(domain: Domain, id: String) extends Product with Serializable
  9. case class DocumentMetadata(id: DocumentId, part: DatasetPartition, title: String) extends Product with Serializable
  10. sealed trait Domain extends AnyRef
  11. sealed trait QuestionSource extends AnyRef
  12. case class SentenceId(documentId: DocumentId, paragraphNum: Int, sentenceNum: Int) extends Product with Serializable

Value Members

  1. implicit val qasrlDataConsolidatedSentenceOrder: Order[ConsolidatedSentence]
  2. implicit val qasrlDataSentenceOrder: Order[Sentence]
  3. object AnnotationRound
  4. object AnswerSource extends Serializable
  5. object ConsolidatedDataset extends Serializable
  6. object ConsolidatedSentence extends Serializable
  7. object DataIndex extends Serializable
  8. object DatasetPartition
  9. object Document extends Serializable
  10. object DocumentId extends Serializable
  11. object DocumentMetadata extends Serializable
  12. object Domain
  13. object QuestionSource
  14. object SentenceId extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped