-
Notifications
You must be signed in to change notification settings - Fork 0
/
etymology.json
79 lines (79 loc) · 3.83 KB
/
etymology.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"nodes": [
{
"name": "manus (Latin 600s) = belonging to the hand, power over (English)"
},
{ "name": "manage (English, 1560s)" },
{ "name": "manager (English, 1580s)" },
{ "name": "management (English, 1590s)" },
{ "name": "manège (French, 1650s) = horsemanship (English)" },
{
"name": "manager = one who conducts a house of business (English, 1705)"
},
{ "name": "maneggiare (Latin) = to handle (English)" },
{ "name": "hand (n.) 'hired hand' (English, 1580s)" },
{ "name": "hinþaną (v.) to obtain, to seize (Proto-Germanic)" },
{ "name": "handuz (Proto-Germanic) = hand (English)" },
{ "name": "hand (v.) take charge of, use (English)" },
{ "name": "handle (n.) a tool (English)" },
{ "name": "handle (v.) to deal with, manhandle (English)" },
{ "name": "handler (English)" },
{
"name": "hantalōn (v.) to offer, to let go (Proto-Germanic) ~ handlung ~ handling"
},
{ "name": "" }
],
"links": [
{ "source": 0, "target": 1, "value": 0.2, "desc": "manus to manage" },
{ "source": 0, "target": 4, "value": 0.2, "desc": "manus to manège" },
{ "source": 1, "target": 2, "value": 0.2, "desc": "manage to manager" },
{ "source": 1, "target": 3, "value": 0.2, "desc": "manage to management" },
{ "source": 2, "target": 5, "value": 0.2, "desc": "manager to manager" },
{ "source": 4, "target": 3, "value": 0.2, "desc": "manège to management" },
{ "source": 0, "target": 6, "value": 0.2, "desc": "manus to maneggiare" },
{ "source": 6, "target": 1, "value": 0.2, "desc": "maneggiare to manage" },
{ "source": 0, "target": 7, "value": 0.2, "desc": "manus to hired hand" },
{ "source": 1, "target": 7, "value": 0.2, "desc": "manage to hired hand" },
{ "source": 8, "target": 9, "value": 0.2, "desc": "hinþaną to handuz" },
{ "source": 9, "target": 0, "value": 0.2, "desc": "handuz to manus" },
{ "source": 10, "target": 7, "value": 0.2, "desc": "hand to hand" },
{ "source": 9, "target": 10, "value": 0.2, "desc": "handuz to hand" },
{ "source": 8, "target": 10, "value": 0.2, "desc": "hinþaną to hand" },
{ "source": 6, "target": 10, "value": 0.2, "desc": "" },
{ "source": 0, "target": 10, "value": 0.2, "desc": "manus to hand" },
{ "source": 6, "target": 4, "value": 0.2, "desc": "hand to maneggiare" },
{ "source": 7, "target": 2, "value": 0.2, "desc": "manager to hired hand" },
{ "source": 11, "target": 7, "value": 0.2, "desc": "handle to hired hand" },
{ "source": 0, "target": 11, "value": 0.2, "desc": "manus to handle (n.)" },
{ "source": 0, "target": 12, "value": 0.2, "desc": "manus to handle (v.)" },
{ "source": 12, "target": 1, "value": 0.2, "desc": "handle to manage" },
{ "source": 12, "target": 6, "value": 0.2, "desc": "handle to maneggiare" },
{ "source": 8, "target": 12, "value": 0.2, "desc": "hinþaną to handle" },
{ "source": 12, "target": 13, "value": 0.2, "desc": "handle to handler" },
{ "source": 13, "target": 2, "value": 0.2, "desc": "handler to manager" },
{ "source": 15, "target": 8, "value": 10, "desc": "base to hinþaną" },
{ "source": 15, "target": 14, "value": 10, "desc": "base to hantalōn" },
{
"source": 14,
"target": 12,
"value": 0.2,
"desc": "hantalōn to handle (v.)"
},
{
"source": 14,
"target": 11,
"value": 0.2,
"desc": "hantalōn to handle (n.)"
},
{
"source": 14,
"target": 10,
"value": 0.2,
"desc": "hantalōn to maneggiare"
},
{ "source": 14, "target": 9, "value": 0.2, "desc": "hantalōn to handuz" },
{ "source": 3, "target": 5, "value": 0.2, "desc": "management to manager" },
{ "source": 1, "target": 4, "value": 0.2, "desc": "manage to manège" },
{ "source": 2, "target": 3, "value": 0.2, "desc": "manager to management" }
]
}