File size: 2,078 Bytes
6dc4993 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
{
"Default": {
"M": "<b>{cor}</b> should be inserted here, considering the context.",
"R": "<b>{cor} is more appropriate than <b>{ori}</b> in this context.",
"U": "<b>{ori}</b> is unnecessary/incorrect in this context."
},
"ADJ": {
"title": "Adjective"
},
"ADJ:FORM": {
"title": "Adjective Form"
},
"ADV": {
"title": "Adverb"
},
"CONJ": {
"title": "Conjunction"
},
"CONTR": {
"title": "Contraction"
},
"DET": {
"title": "Determiner"
},
"NOUN": {
"title": "Noun"
},
"NOUN:POSS": {
"title": "Possessive Noun"
},
"OTHER": {
"title": ""
},
"PART": {
"title": "Particle"
},
"PREP": {
"title": "Preposition"
},
"PRON": {
"title": "Pronoun"
},
"PUNCT": {
"title": "Punctuation"
},
"VERB": {
"title": "Verb"
},
"VERB:FORM": {
"title": "Verb Form"
},
"VERB:TENSE": {
"title": "Verb Tense"
},
"MORPH": {
"title": "Morphology",
"R": "The word form of <b>{cor}</b> is more appropriate than <b>{ori}</b> here."
},
"NOUN:INFL": {
"title": "Noun Inflection",
"R": "<b>{ori}</b> is wrong and should be written as <b>{cor}</b>."
},
"NOUN:NUM": {
"title": "Noun Number",
"R": "The noun number of <b>{ori}</b> is wrong and should be written as <b>{cor}</b>."
},
"ORTH": {
"title": "Orthography"
},
"SPELL": {
"title": "Spelling",
"R": "<b>{ori}</b> is not the correct spelling of <b>{cor}</b>."
},
"VERB:INFL": {
"title": "Verb Inflection",
"R": "<b>{ori}</b> is wrong and should be written as <b>{cor}</b>."
},
"VERB:SVA": {
"title": "Subject-Verb Agreement",
"R": "The form of <b>{ori}</b> does not follow the subject-verb agreement."
},
"WO": {
"title": "Word Order",
"R": "The word order of '<b>{ori}</b>' is wrong."
}
}
|