Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package openkoreantext
    Definition Classes
    org
  • package processor
    Definition Classes
    openkoreantext
  • package util
    Definition Classes
    processor
  • object KoreanPos extends Enumeration

    Korean Part-of-Speech

    Korean Part-of-Speech

    N Noun: 명사 (Nouns, Pronouns, Company Names, Proper Noun, Person Names, Numerals, Standalone, Dependent) V Verb: 동사 (하, 먹, 자, 차) J Adjective: 형용사 (예쁘다, 크다, 작다) A Adverb: 부사 (잘, 매우, 빨리, 반드시, 과연) D Determiner: 관형사 (새, 헌, 참, 첫, 이, 그, 저) E Exclamation: 감탄사 (헐, ㅋㅋㅋ, 어머나, 얼씨구)

    C Conjunction: 접속사

    j SubstantiveJosa: 조사 (의, 에, 에서) l AdverbialJosa: 부사격 조사 (~인, ~의, ~일) e Eomi: 어말어미 (다, 요, 여, 하댘ㅋㅋ) r PreEomi: 선어말어미 (었)

    p NounPrefix: 접두사 ('초'대박) v VerbPrefix: 동사 접두어 ('쳐'먹어) s Suffix: 접미사 (~적)

    f Foreign: 한글이 아닌 문자들

    지시사는 Derterminant로 대체하기로 함 Derterminant is used for demonstratives.

    Korean: Korean chunk (candidate for parsing) Foreign: Mixture of non-Korean strings Number: 숫자 Emotion: Korean Single Character Emotions (ㅋㅋㅋㅋ, ㅎㅎㅎㅎ, ㅠㅜㅠㅜ) Alpha: Alphabets 알파벳 Punctuation: 문장부호 Hashtag: Twitter Hashtag 해쉬태그 #Korean ScreenName: Twitter username (@nlpenguin)

    Unkown: Could not parse the string.

    Definition Classes
    util
  • KoreanPosTrie
  • Val
  • Value
  • ValueSet

case class KoreanPosTrie(curPos: KoreanPos, nextTrie: List[KoreanPosTrie], ending: Option[KoreanPos]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KoreanPosTrie
  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 KoreanPosTrie(curPos: KoreanPos, nextTrie: List[KoreanPosTrie], ending: Option[KoreanPos])

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. val curPos: KoreanPos
  7. val ending: Option[KoreanPos]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val nextTrie: List[KoreanPosTrie]
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped