improved gramatical handling and spelling result orders
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user