com.github.mrmechko.swordnet

SPath

Related Docs: object SPath | package swordnet

case class SPath(left: SInfo, right: SInfo) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SPath(left: SInfo, right: SInfo)

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. lazy val jcn: Double

    Jiang-Conrath Similarity

  11. lazy val lch: Double

    Leacock-Chodorow similarity

  12. lazy val lcs: SKey

    Finds the least common subsumer for (left, right)

  13. lazy val lcsInfo: SInfo

    Returns an SInfo object for the lcs.

    Returns an SInfo object for the lcs. Exists to permit better caching in the future.

  14. lazy val lcsPathLength: Int

    Length of the path from left to right through the LCS

  15. val left: SInfo

  16. lazy val len: Int

    caches the minimum length path (using only hypernyms and hyponyms) from left to right Estimating with path through lcs.

  17. lazy val lin: Double

    Lin Simliarity

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. lazy val res: Double

    Resnik Similarity

  22. val right: SInfo

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. lazy val wup: Double

    Wu-Palmer similarity

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped