Package

kr.bydelta.koala

twt

Permalink

package twt

Package for OpenKoreanText tagger

Note

Dependencies: OpenKoreanText v2.1.2 (For Scala 2.12+) or TwitterKoreanProcessor v4.4.4 (For Scala 2.11)

See also

kr.bydelta.koala.twt.Dictionary for using user-defined dictionary.

kr.bydelta.koala.twt.Tagger for POS tagging

kr.bydelta.koala.twt.SentenceSplitter for segmenting sentences

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

Type Members

  1. class JavaDictionary extends AnyRef

    Permalink
  2. class SentenceSplitter extends CanSplitSentence

    Permalink

    트위터 문장분리기.

  3. class Tagger extends CanTagAParagraph[Seq[KoreanToken]]

    Permalink

    트위터 품사분석기.

Value Members

  1. object Dictionary extends CanCompileDict

    Permalink

    트위터 분석기 사용자사전

  2. def fromSejongPOS(tag: POS.Value): String

    Permalink

    Convert tag: from Sejong (Standard) POS tag, to OpenKoreanText's POS tag

    Convert tag: from Sejong (Standard) POS tag, to OpenKoreanText's POS tag

    tag

    The POS Tag value to be converted (POSTag type)

    returns

    The name of POS tag which is used in OpenKoreanText (String)

    See also

    Conversion Table (Korean)

  3. def toSejongPOS(tag: String): POS.Value

    Permalink

    Convert tag: from OpenKoreanText's POS tag, to Sejong (Standard) POS tag

    Convert tag: from OpenKoreanText's POS tag, to Sejong (Standard) POS tag

    tag

    The name of POS Tag to be converted (String)

    returns

    The POS Tag value which is the most suitable (POSTag type)

    See also

    Conversion Table (Korean)

Inherited from AnyRef

Inherited from Any

Ungrouped