ReadingPriority enum

Inheritance

Constructors

ReadingPriority()
const

Values

news1 → const ReadingPriority
news2 → const ReadingPriority

first 12,000 words of "wordfreq" from Mainichi Shinbun

ichi1 → const ReadingPriority

the remaining 12,000 words from "wordfreq" from Mainichi Shinbun

ichi2 → const ReadingPriority

appears in the "Ichimango goi bunruishuu", Senmon Kyouiku Publishing, Tokyo, 1998.

spec1 → const ReadingPriority

demoted from ichi1 because they were observed to have low frequencies in the WWW and newspapers

spec2 → const ReadingPriority

detected as being common, but are not included in other lists

gai1 → const ReadingPriority

spec1 extension

gai2 → const ReadingPriority

common loanwords based on the wordfreq file

nf → const ReadingPriority

gai1 extension indicator of frequency-of-use ranking. "xx" is the number of the set of 500 words in which the entry can be found, with "01" assigned to the first 500, "02" to the second, and so on. (The entries with news1, ichi1, spec1, spec2 and gai1 values are marked with a "(P)" in the EDICT and EDICT2 files.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

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