Packages

case class Datapoint(sentence: String, target: String, label: String, start: Int, end: Int) extends Product with Serializable

Created by jose on 19/03/18.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Datapoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Datapoint(sentence: String, target: String, label: String, start: Int, end: Int)

Value Members

  1. val end: Int
  2. val label: String
  3. val sentence: String
  4. val start: Int
  5. val target: String