PartOfSpeech_Form$json top-level constant

  1. @Deprecated('Use partOfSpeechDescriptor instead')
Map<String, Object> const PartOfSpeech_Form$json

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Form$json = const {
  '1': 'Form',
  '2': const [
    const {'1': 'FORM_UNKNOWN', '2': 0},
    const {'1': 'ADNOMIAL', '2': 1},
    const {'1': 'AUXILIARY', '2': 2},
    const {'1': 'COMPLEMENTIZER', '2': 3},
    const {'1': 'FINAL_ENDING', '2': 4},
    const {'1': 'GERUND', '2': 5},
    const {'1': 'REALIS', '2': 6},
    const {'1': 'IRREALIS', '2': 7},
    const {'1': 'SHORT', '2': 8},
    const {'1': 'LONG', '2': 9},
    const {'1': 'ORDER', '2': 10},
    const {'1': 'SPECIFIC', '2': 11},
  ],
};