Packages

class SyntacticFeatureFactory extends Serializable

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

Instance Constructors

  1. new SyntacticFeatureFactory()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkCollisions(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def closeAlphabets(): Unit
  8. def createLabelFeatures(fv: Collector, inst: DependencyInstance, heads: Array[Int], types: Array[Int], mod: Int, order: Int): Unit

    ********************************************************************** Region start #

    ********************************************************************** Region start #

    Functions that create feature vectors for labeled arcs

    **********************************************************************

  9. def createWordFeatures(dependencyInstance: DependencyInstance, i: Int): FeatureVector

    ********************************************************************** Region start #

    ********************************************************************** Region start #

    Functions that create feature vectors of a specific word in the sentence

    **********************************************************************

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fillParameters(tensor: LowRankTensor, tensor2: LowRankTensor, params: Parameters): Unit
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getDepNumBits(): Int
  16. def getFlagBits(): Int
  17. def getNumberLabeledArcFeatures(): Int
  18. def getNumberWordFeatures(): Int
  19. def getTagNumBits(): Int
  20. def getWordNumBits(): Int
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def initFeatureAlphabets(dependencyInstance: DependencyInstance): Unit
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def setDepNumBits(depNumBits: Int): Unit
  28. def setFlagBits(flagBits: Int): Unit
  29. def setTagNumBits(tagNumBits: Int): Unit
  30. def setTokenEnd(tokenEnd: Int): Unit
  31. def setTokenMid(tokenMid: Int): Unit
  32. def setTokenStart(tokenStart: Int): Unit
  33. def setWordNumBits(wordNumBits: Int): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped