alt language suggestion, with reasonable concept search suggestion. Need to grow inter-reference data
This commit is contained in:
@@ -1,20 +1,29 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
[
|
||||
["you", "ye", "thee", "thou"],
|
||||
["your", "thy", "thine"],
|
||||
["have", "has", "hath", "hast"],
|
||||
["do", "does", "doth", "doest"],
|
||||
["say", "says", "said", "saith"],
|
||||
["are", "art"],
|
||||
["was", "were", "wast", "wert"],
|
||||
["will", "wilt", "shall", "shalt"],
|
||||
["go", "goes", "goeth", "goest"],
|
||||
["know", "knows", "knoweth", "knowest"],
|
||||
["see", "sees", "seeth", "seest"],
|
||||
["give", "gives", "giveth", "givest"],
|
||||
["make", "makes", "maketh", "makest"],
|
||||
["come", "comes", "cometh", "comest"],
|
||||
["take", "takes", "taketh", "takest"],
|
||||
["can", "canst"],
|
||||
["may", "mayest"],
|
||||
["hear", "hears", "heareth", "hearest"],
|
||||
["walk", "walks", "walketh", "walkest"],
|
||||
["speak", "speaks", "speaketh", "speakest"],
|
||||
["live", "lives", "liveth", "livest"],
|
||||
["call", "calls", "calleth", "callest"],
|
||||
["fear", "fears", "feareth", "fearest"],
|
||||
["love", "loves", "loveth", "lovest"],
|
||||
["believe", "believes", "believeth", "believest"],
|
||||
["did", "didst"],
|
||||
["eat", "eats", "eateth", "eatest"]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
["charity", "love"],
|
||||
["ghost", "spirit"],
|
||||
["righteousness", "holiness"],
|
||||
["salvation", "redemption"],
|
||||
["faith", "belief"]
|
||||
]
|
||||
Reference in New Issue
Block a user