object REFeatureGenerator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- REFeatureGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val POSTAGS: Array[Serializable]
- val PUNCTUATIONS: Array[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calcSyntacticDistance(dep1: Annotation, dep2: Annotation, deps: Array[Annotation]): Option[(Int, Annotation)]
- def cityBlockDistance(x: Array[Float], y: Array[Float]): Float
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def coordDistance(x: Array[Float], y: Array[Float]): Float
- def cosineSimilarity(x: Array[Float], y: Array[Float]): Float
- def dotProduct(x: Array[Float], y: Array[Float]): Float
- def embeddingsSimilarity(embeddings1: Array[Float], embeddings2: Array[Float]): Array[Float]
- def encodeEmbedding(pos1: Int, pos2: Int, embeddings: Seq[Annotation], embeddingsDim: Int): Array[Float]
- def encodeNChars(pos1: Int, pos2: Int): Array[Float]
- def encodeNESimilarity(embedding1: Array[Float], embedding2: Array[Float]): Array[Float]
- def encodeNETags(ne1: String, ne2: String, nerTags: Array[String]): Array[Float]
- def encodeNPunctuations(chunk: String): Array[Float]
- def encodeNWords(pos1: Int, pos2: Int, annotations: Seq[Annotation]): Array[Float]
- def encodePosTags(pos1: Int, pos2: Int, posTags: Seq[Annotation]): Array[Float]
- def encodeSyntacticDistance(pos1: Int, pos2: Int, dependencies: Seq[Annotation]): Array[Float]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def euclideanDistance(x: Array[Float], y: Array[Float]): Float
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findPath(dep1: Annotation, dep2: Annotation, deps: Array[Annotation], path: Int = 0): Option[Int]
- def findPathFunctional(dep1: Annotation, dep2: Annotation, deps: Array[Annotation], path: Int = 0): Option[Int]
- def getBetweenAnnotations(pos1: Int, pos2: Int, annotations: Seq[Annotation]): Seq[Annotation]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPOSTagIndex(posTag: String): Int
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalizeVector(vector: Array[Float], encodeNone: Boolean = false): Array[Float]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()