PartOfSpeech enum

Part-of-speech (Word class)

  • 명사
  • 대명사
  • 수사
  • 조사
  • 동사
  • 형용사
  • 관형사
  • 부사
  • 감탄사
  • 접사
  • 의존 명사
  • 보조 동사
  • 보조 형용사
  • 어미
  • 품사 없음
Inheritance
Available extensions

Values

noun → const PartOfSpeech
const PartOfSpeech('명사')
pronoun → const PartOfSpeech
const PartOfSpeech('대명사')
numeral → const PartOfSpeech
const PartOfSpeech('수사')
postpositionalParticle → const PartOfSpeech
const PartOfSpeech('조사')
verb → const PartOfSpeech
const PartOfSpeech('동사')
adjective → const PartOfSpeech
const PartOfSpeech('형용사')
determiner → const PartOfSpeech
const PartOfSpeech('determiner')
adverb → const PartOfSpeech
const PartOfSpeech('부사')
interjection → const PartOfSpeech
const PartOfSpeech('감탄사')
affix → const PartOfSpeech
const PartOfSpeech('접사')
boundNoun → const PartOfSpeech
const PartOfSpeech('의존 명사')
auxiliaryVerb → const PartOfSpeech
const PartOfSpeech('보조 동사')
auxiliaryAdjective → const PartOfSpeech
const PartOfSpeech('보조 형용사')
ending → const PartOfSpeech
const PartOfSpeech('어미')
none → const PartOfSpeech
const PartOfSpeech('품사 없음')

Properties

code int
no setter
hangul String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromHangul(String hangul) PartOfSpeech

Constants

values → const List<PartOfSpeech>
A constant List of the values in this enum, in order of their declaration.