case class TokenizerProfile(tokenCount: Float = 0.18f, unknown: Float = 0.3f, wordCount: Float = 0.3f, freq: Float = 0.2f, unknownCoverage: Float = 0.5f, exactMatch: Float = 0.5f, allNoun: Float = 0.1f, unknownPosCount: Float = 10.0f, determinerPosCount: Float = 0.01f, exclamationPosCount: Float = 0.01f, initialPostPosition: Float = 0.2f, haVerb: Float = 0.3f, preferredPattern: Float = 0.6f, preferredPatterns: Seq[Seq[Any]] = ..., spaceGuide: Set[Int] = Set[Int](), spaceGuidePenalty: Float = 3.0f, josaUnmatchedPenalty: Float = 3.0f) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TokenizerProfile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TokenizerProfile(tokenCount: Float = 0.18f, unknown: Float = 0.3f, wordCount: Float = 0.3f, freq: Float = 0.2f, unknownCoverage: Float = 0.5f, exactMatch: Float = 0.5f, allNoun: Float = 0.1f, unknownPosCount: Float = 10.0f, determinerPosCount: Float = 0.01f, exclamationPosCount: Float = 0.01f, initialPostPosition: Float = 0.2f, haVerb: Float = 0.3f, preferredPattern: Float = 0.6f, preferredPatterns: Seq[Seq[Any]] = ..., spaceGuide: Set[Int] = Set[Int](), spaceGuidePenalty: Float = 3.0f, josaUnmatchedPenalty: Float = 3.0f)

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. val allNoun: Float
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val determinerPosCount: Float
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val exactMatch: Float
  10. val exclamationPosCount: Float
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val freq: Float
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. val haVerb: Float
  15. val initialPostPosition: Float
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val josaUnmatchedPenalty: Float
  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. val preferredPattern: Float
  22. val preferredPatterns: Seq[Seq[Any]]
  23. val spaceGuide: Set[Int]
  24. val spaceGuidePenalty: Float
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val tokenCount: Float
  27. val unknown: Float
  28. val unknownCoverage: Float
  29. val unknownPosCount: Float
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val wordCount: Float

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped