PartOfSpeech_Proper$json top-level constant
- @Deprecated('Use partOfSpeechDescriptor instead')
Implementation
@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Proper$json = const {
'1': 'Proper',
'2': const [
const {'1': 'PROPER_UNKNOWN', '2': 0},
const {'1': 'PROPER', '2': 1},
const {'1': 'NOT_PROPER', '2': 2},
],
};