o

org.openkoreantext.processor.util

KoreanDictionaryProvider

object KoreanDictionaryProvider

Provides a singleton Korean dictionary

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

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. def addWordsToDictionary(pos: KoreanPos, words: Seq[String]): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val koreanDictionary: HashMap[KoreanPos, CharArraySet]
  14. lazy val koreanEntityFreq: HashMap[CharSequence, Float]
  15. lazy val nameDictionary: Map[Symbol, CharArraySet]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def newCharArraySet: CharArraySet
    Attributes
    protected[org.openkoreantext.processor]
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. lazy val predicateStems: Map[KoreanPos.Value, Map[String, String]]
  21. val properNouns: CharArraySet
  22. def readFileByLineFromResources(filename: String): Iterator[String]
    Attributes
    protected[org.openkoreantext.processor]
  23. def readWords(filenames: String*): CharArraySet
    Attributes
    protected[org.openkoreantext.processor]
  24. def readWordsAsSeq(filename: String): Seq[String]
    Attributes
    protected[org.openkoreantext.processor]
  25. def readWordsAsSet(filenames: String*): Set[String]
    Attributes
    protected[org.openkoreantext.processor]
  26. def removeWordsToDictionary(pos: KoreanPos, words: Seq[String]): Boolean
  27. lazy val spamNouns: CharArraySet
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. lazy val typoDictionaryByLength: Map[Int, Map[String, String]]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped