class REDataEncoder extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. REDataEncoder
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new REDataEncoder()

Value Members

  1. def decodeRelationDirection(label: String): String
  2. def encodeFeatures(dataset: Dataset[_], fromLabelCol: String, fromBeginCol: String, fromEndCol: String, toLabelCol: String, toBeginCol: String, toEndCol: String, nerTags: Array[String]): Dataset[_]
  3. def encodeRelationDirection(label: String, direction: String): String
  4. val encodeRelationLabelUDF: UserDefinedFunction
  5. def getNerTags: Array[String]
  6. val parseFeatures: UserDefinedFunction
  7. def parseFeaturesFromAnnotations(label1: String, label2: String, fromSentenceBegin: Int, fromSentenceEnd: Int, toSentenceBegin: Int, toSentenceEnd: Int, posTags: Seq[Annotation], embeddings: Seq[Annotation], scopeWindowStart: (Int, Int), scopeWindowEnd: (Int, Int)): Array[Float]
  8. def setNerTags(nerTags: Array[String]): Unit
  9. def stripRelationLabelDirection(label: String, direction: String): String