improved gramatical handling and spelling result orders

This commit is contained in:
2025-10-25 01:50:12 -07:00
parent 7983472db5
commit 795124dbf3
3 changed files with 69 additions and 8 deletions
+20
View File
@@ -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"]
}