cc.factorie.app.nlp.segment.PunktSentenceSegmenter.Punkt

PunktToken

class PunktToken extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PunktToken
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PunktToken(token: String, paraStart: Boolean = false, lineStart: Boolean = false, sentenceBreak: Boolean = false, abbr: Boolean = false, ellipsis: Boolean = false)

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. var abbr: Boolean

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var ellipsis: Boolean

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def firstCase: Product with Serializable with Case

  12. def firstLower: Boolean

  13. def firstUpper: Boolean

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getType(tk: String): String

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def isAlpha: Boolean

  18. def isEllipsis: Boolean

  19. def isInitial: Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isNonPunctuation: Boolean

  22. def isNumber: Boolean

  23. var lineStart: Boolean

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

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

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

    Definition Classes
    AnyRef
  27. var paraStart: Boolean

  28. val periodFinal: Boolean

  29. var sentenceBreak: Boolean

  30. def serialize: String

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    PunktToken → AnyRef → Any
  33. val token: String

  34. val ty: String

  35. def typeNoPeriod: String

  36. def typeNoSentPeriod: String

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped