{
"affixes": {
"K": {
"#": "'pro-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "pro",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"L": {
"#": "'-ment' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "ment",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"E": {
"#": "'dis-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "dis",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"Y": {
"#": "'-ly' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "ly",
"condition": "."
}
],
"target_metadata": {
"adjective": {},
"adverb": {}
},
"base_metadata": {}
},
"U": {
"#": "'un-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "un",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"H": {
"#": "'-ieth' suffix",
"kind": "suffix",
"cross_product": false,
"replacements": [
{
"remove": "y",
"add": "ieth",
"condition": "y"
},
{
"remove": "",
"add": "th",
"condition": "[^y]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"T": {
"#": "'-(i)est' suffix",
"kind": "suffix",
"cross_product": false,
"replacements": [
{
"remove": "",
"add": "st",
"condition": "e"
},
{
"remove": "y",
"add": "iest",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "est",
"condition": "[aeiou]y"
},
{
"remove": "",
"add": "est",
"condition": "[^ey]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"R": {
"#": "'-(i)er' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "r",
"condition": "e"
},
{
"remove": "y",
"add": "ier",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "er",
"condition": "[aeiou]y"
},
{
"remove": "",
"add": "er",
"condition": "[^ey]"
}
],
"target_metadata": {
"adjective": {}
},
"base_metadata": {}
},
"C": {
"#": "'de-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "de",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"V": {
"#": "'-ive' suffix",
"kind": "suffix",
"cross_product": false,
"replacements": [
{
"remove": "e",
"add": "ive",
"condition": "e"
},
{
"remove": "",
"add": "ive",
"condition": "[^e]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"N": {
"#": "nominalization suffixes: -ion, -ication, -en",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "e",
"add": "ion",
"condition": "e"
},
{
"remove": "y",
"add": "ication",
"condition": "y"
},
{
"remove": "",
"add": "en",
"condition": "[^ey]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"A": {
"#": "'re-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "re",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"Z": {
"#": "'-(i)(e)rs' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "rs",
"condition": "e"
},
{
"remove": "y",
"add": "iers",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "ers",
"condition": "[aeiou]y"
},
{
"remove": "",
"add": "ers",
"condition": "[^ey]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"P": {
"#": "'-(i)ness' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "y",
"add": "iness",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "ness",
"condition": "[aeiou]y"
},
{
"remove": "",
"add": "ness",
"condition": "[^y]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"M": {
"#": "-'s possessive suffix; contraction of 'has' and 'is",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "'s",
"condition": "."
}
],
"target_metadata": {
"noun": {
"is_possessive": true
}
},
"base_metadata": {
"noun": {}
}
},
"F": {
"#": "'con-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "con",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"B": {
"#": "'-able' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "able",
"condition": "[^aeiou]"
},
{
"remove": "",
"add": "able",
"condition": "ee"
},
{
"remove": "e",
"add": "able",
"condition": "[^aeiou]e"
}
],
"target_metadata": {},
"base_metadata": {}
},
"S": {
"#": "'-(i)(e)s' plural suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "y",
"add": "ies",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "s",
"condition": "[aeiou]y"
},
{
"remove": "",
"add": "es",
"condition": "[sxzh]"
},
{
"remove": "",
"add": "s",
"condition": "[^sxzhy]"
}
],
"target_metadata": {
"noun": {
"is_plural": true
}
},
"base_metadata": {}
},
"D": {
"#": "'-(e)d' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "d",
"condition": "e"
},
{
"remove": "y",
"add": "ied",
"condition": "[^aeiou]y"
},
{
"remove": "",
"add": "ed",
"condition": "[^ey]"
},
{
"remove": "",
"add": "ed",
"condition": "[aeiou]y"
}
],
"target_metadata": {
"kind": {
"kind": "Adjective"
}
},
"base_metadata": {}
},
"G": {
"#": "'-ing' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "e",
"add": "ing",
"condition": "e"
},
{
"remove": "",
"add": "ing",
"condition": "[^e]"
}
],
"target_metadata": {
"verb": {
"tense": "Present"
},
"noun": null,
"adjective": null
},
"base_metadata": {}
},
"Q": {
"#": "'-ally' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "ally",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"O": {
"#": "'-ful' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "ful",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"I": {
"#": "'in-' prefix",
"kind": "prefix",
"cross_product": true,
"replacements": [
{
"remove": "",
"add": "in",
"condition": "."
}
],
"target_metadata": {},
"base_metadata": {}
},
"X": {
"#": "'-ions', '-ications', '-ens' suffixes",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "e",
"add": "ions",
"condition": "e"
},
{
"remove": "y",
"add": "ications",
"condition": "y"
},
{
"remove": "",
"add": "ens",
"condition": "[^ey]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"J": {
"#": "'-ings' suffix",
"kind": "suffix",
"cross_product": true,
"replacements": [
{
"remove": "e",
"add": "ings",
"condition": "e"
},
{
"remove": "",
"add": "ings",
"condition": "[^e]"
}
],
"target_metadata": {},
"base_metadata": {}
},
"1": {
"#": "(singular) noun property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"noun": {
"is_plural": false
}
}
},
"2": {
"#": "proper noun property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"noun": {
"is_proper": true
}
}
},
"3": {
"#": "linking verb property",
"//": "see also m: auxiliary verb property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"verb": {
"is_linking": true
}
}
},
"4": {
"#": "verb property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"verb": {}
}
},
"5": {
"#": "adjective property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"adjective": {}
}
},
"6": {
"#": "swear word property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {
"swear": true
},
"base_metadata": {
"swear": true
}
},
"7": {
"#": "conjunction property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"conjunction": {}
}
},
"8": {
"#": "pronoun property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {}
}
},
"9": {
"#": "plural noun property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"noun": {
"is_plural": true
}
}
},
"~": {
"#": "common word property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"common": true
}
},
"+": {
"#": "preposition property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"preposition": true
}
},
"-": {
"#": "determiner property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"determiner": true
}
},
"j": {
"#": "adverb property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"adverb": {}
}
},
"s": {
"#": "subject case property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {}
}
},
"o": {
"#": "object case property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {}
}
},
"f": {
"#": "first-person property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {
"is_plural": false
}
}
},
"n": {
"#": "second-person property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {}
}
},
"t": {
"#": "third-person property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {}
}
},
"c": {
"#": "comparative property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"adjective": {}
}
},
"u": {
"#": "superlative property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"adjective": {}
}
},
"*": {
"#": "singular third-person subject pronoun property",
"//": "so we can do verb agreement",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {
"is_plural": false,
"person": "Third"
}
}
},
":": {
"#": "plural pronoun property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"pronoun": {
"is_plural": true
}
}
},
"m": {
"#": "auxiliary verb property",
"//": "see also 3: linking verb property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"verb": {
"is_auxiliary": true
}
}
},
"<": {
"#": "American property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"dialect": "American"
}
},
"!": {
"#": "GB property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"dialect": "British"
}
},
"@": {
"#": "CA property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"dialect": "Canadian"
}
},
"_": {
"#": "AU property",
"kind": "property",
"cross_product": true,
"replacements": [],
"target_metadata": {},
"base_metadata": {
"dialect": "Australian"
}
}
}
}