21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"you": ["ye", "thee", "thou"],
|
|
"ye": ["you", "thee", "thou"],
|
|
"thee": ["you", "ye", "thou"],
|
|
"thou": ["you", "ye", "thee"],
|
|
"your": ["thy", "thine"],
|
|
"thy": ["your", "thine"],
|
|
"thine": ["your", "thy"],
|
|
"has": ["hath"],
|
|
"hath": ["has", "have"],
|
|
"have": ["hath"],
|
|
"does": ["doth"],
|
|
"doth": ["does", "do"],
|
|
"do": ["doth"],
|
|
"says": ["saith"],
|
|
"saith": ["says", "said"],
|
|
"said": ["saith"],
|
|
"are": ["art"],
|
|
"art": ["are"]
|
|
}
|