Go to the source code of this file.
|
const short | NOT_DEFINED = 0 |
| There is no property type defined or available.
|
|
const short | OTHER = 1 |
| Any word that does not fit into any of the other properties.
|
|
const short | FOREIGN = 2 |
| A word or term that is transliterated or used from a non-Chinese language.
|
|
const short | FIRST_NAME = 3 |
| The first name (given name) of a person.
|
|
const short | LAST_NAME = 4 |
| The last name (family name) of a person.
|
|
const short | TITLE = 5 |
| The academic or social title of a person.
|
|
const short | STATUS = 6 |
| The status of a situation.
|
|
const short | PLACE_NAME = 7 |
| The name of a location or place.
|
|
const short | BUSINESS = 8 |
| The description of a business.
|
|
const short | ADJECTIVE = 9 |
| An adjective.
|
|
const short | IDIOM = 10 |
| A term that is used to literally describe a circumstance.
|
|
const short | ABBREVIATION = 11 |
| An abbreviation.
|
|
const short | NUMERICAL = 12 |
| A numeric word.
|
|
const short | NOUN = 13 |
| A noun.
|
|
const short | VERB = 14 |
| A verb.
|
|
const short | BRAND_NAME = 15 |
| The name of a product or a company.
|
|