Class/Object

kr.bydelta.koala.data

Morpheme

Related Docs: object Morpheme | package data

Permalink

final class Morpheme extends AnyRef

형태소 class / Morpheme class

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Morpheme → AnyRef → Any
  8. def equalsWithoutTag(another: Morpheme): Boolean

    Permalink

    타 형태소 객체와 형태소의 표면형이 같은지 비교함.

    타 형태소 객체와 형태소의 표면형이 같은지 비교함.

    Compare surface form with other morpheme instance.

    another

    비교할 형태소 객체 / Morpheme instance to be compared

    returns

    True: 표면형이 같은 경우

  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hasRawTag(tag: String): Boolean

    Permalink

    원본 품사가 주어진 품사 표기에 대응하는지 확인.

    원본 품사가 주어진 품사 표기에 대응하는지 확인.
    각 분석기별 품사 표기는 여기 에서 확인

    tag

    확인할 품사 표기 String

    returns

    True: 주어진 품사를 가질경우

  12. def hasTag(tag: Seq[POSTag]): Boolean

    Permalink

    통합 품사가 주어진 품사 표기에 대응하는지 확인.

    통합 품사가 주어진 품사 표기에 대응하는지 확인.
    품사 표기는 여기 에서 확인

    tag

    확인할 품사 표기 String

    returns

    True: 주어진 품사를 가질경우

  13. def hasTag(tag: String): Boolean

    Permalink

    통합 품사가 주어진 품사 표기에 대응하는지 확인.

    통합 품사가 주어진 품사 표기에 대응하는지 확인.
    예를 들어, N은 체언인지 확인하고, NP는 대명사인지 확인. 품사 표기는 여기 에서 확인

    tag

    확인할 품사 표기 String

    returns

    True: 주어진 품사를 가질경우

  14. def hashCode(): Int

    Permalink
    Definition Classes
    Morpheme → AnyRef → Any
  15. def id: Int

    Permalink

    Index of this morpheme in the word.

    Index of this morpheme in the word.

    returns

    index

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isJosa: Boolean

    Permalink

    관계언조사 형태소인지 확인.

    관계언조사 형태소인지 확인.

    Check whether this morpheme is a Postposition

    returns

    True : 관계언 형태소일 경우.

  18. def isModifier: Boolean

    Permalink

    수식언관형사, 부사 형태소인지 확인.

    수식언관형사, 부사 형태소인지 확인.

    Check whether this morpheme is a Modifier (Determiner, Adverb)

    returns

    True : 수식언 형태소일 경우.

  19. def isNoun: Boolean

    Permalink

    체언명사, 수사, 대명사 형태소인지 확인.

    체언명사, 수사, 대명사 형태소인지 확인.

    Check whether this morpheme is a Noun (Noun, Cardinal/Ordinal, Pronoun)

    returns

    True : 체언 형태소일 경우.

  20. def isPredicate: Boolean

    Permalink

    용언동사, 형용사 형태소인지 확인.

    용언동사, 형용사 형태소인지 확인.

    Check whether this morpheme is a Predicate (Verb, Adjective)

    returns

    True : 용언 형태소일 경우.

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val rawTag: String

    Permalink

    원본 형태소 분석기의 품사 String / POS Tag, produced by the original tagger.

  25. val surface: String

    Permalink

    형태소 표면형 String / Surface form of the morpheme

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

    Permalink
    Definition Classes
    AnyRef
  27. val tag: POSTag

    Permalink

    통합 품사 / POS Tag, induced by Koala.

  28. def toString(): String

    Permalink
    Definition Classes
    Morpheme → AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped