Package

nlpdata.datasets

tqa

Permalink

package tqa

Visibility
  1. Public
  2. All

Type Members

  1. case class Interval(begin: Int, end: Int) extends TQADiagramAnnotationLocation with Product with Serializable

    Permalink
  2. case class Rectangle(left: Int, top: Int, bottom: Int, right: Int) extends TQADiagramAnnotationLocation with Product with Serializable

    Permalink
  3. case class TQAAdjunctTopic(sectionName: String, text: String, figures: List[TQAFigure], mediaLinks: List[String], orderId: String) extends Product with Serializable

    Permalink
  4. case class TQAAnswerChoice(label: String, text: TQALabeledText) extends Product with Serializable

    Permalink
  5. case class TQADataset(lessons: Map[String, TQALesson]) extends Product with Serializable

    Permalink
  6. case class TQADiagram(globalId: String, imageName: String, imagePath: String, text: TQAText, annotations: List[TQADiagramAnnotation]) extends Product with Serializable

    Permalink
  7. case class TQADiagramAnnotation(text: String, location: TQADiagramAnnotationLocation) extends Product with Serializable

    Permalink
  8. sealed trait TQADiagramAnnotationLocation extends AnyRef

    Permalink
  9. case class TQADiagramQuestion(globalId: String, questionType: String, text: TQAText, answerChoices: List[TQAAnswerChoice], correctAnswer: TQAText, imagePath: String, imageName: String) extends TQAQuestion with Product with Serializable

    Permalink
  10. case class TQAFigure(imagePath: String, caption: String) extends Product with Serializable

    Permalink
  11. class TQAFileSystemService extends AnyRef

    Permalink
  12. case class TQALabeledText(idStructural: String, raw: String, processed: String) extends Product with Serializable

    Permalink
  13. case class TQALesson(globalId: String, lessonName: String, topics: Map[String, TQATopic], adjunctTopics: List[TQAAdjunctTopic], vocabulary: List[TQAVocabularyItem], diagramQuestions: Map[String, TQADiagramQuestion], nonDiagramQuestions: Map[String, TQANonDiagramQuestion], diagrams: Map[String, TQADiagram]) extends Product with Serializable

    Permalink
  14. case class TQANonDiagramQuestion(globalId: String, questionType: String, questionSubType: String, text: TQALabeledText, answerChoices: List[TQAAnswerChoice], correctAnswer: TQAText) extends TQAQuestion with Product with Serializable

    Permalink
  15. sealed trait TQAQuestion extends AnyRef

    Permalink
  16. case class TQAText(raw: String, processed: String) extends Product with Serializable

    Permalink
  17. case class TQATopic(globalId: String, topicName: String, text: String, figures: List[TQAFigure], mediaLinks: List[String]) extends Product with Serializable

    Permalink
  18. case class TQAVocabularyItem(word: String, definition: String) extends Product with Serializable

    Permalink

Value Members

  1. object TQAFileSystemService

    Permalink

Ungrouped