-
Notifications
You must be signed in to change notification settings - Fork 2
/
family-tree.tsv
We can make this file beautiful and searchable if this error is corrected: It looks like row 29 should actually have 1 column, instead of 3 in line 28.
174 lines (151 loc) · 1.88 KB
/
family-tree.tsv
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Adopted from the paper:
# Hinton, G. E. (1986, August). Learning distributed representations of concepts.
# In Proceedings of the eighth annual conference of the cognitive science society (Vol. 1, p. 12).
# chr: Christopher
# pen: Penelope
# and: Andrew
# che: Christine
# mat: Margaret
# art: Arthur
# vic: Victoria
# jam: James
# jen: Jennifer
# chs: Charles
# col: Colin
# cha: Charlotte
# rob: Roberto
# maa: Maria
# pie: Pierro
# fra: Francesca
# gin: Gina
# emi: Emilio
# luc: Lucia
# mar: Marco
# ang: Angela
# tom: Tomaso
# alf: Alfonso
# sop: Sophia
# father
chr fa art
chr fa vic
and fa jam
and fa jen
jam fa col
jam fa cha
rob fa emi
rob fa luc
pie fa mar
pie fa ang
mar fa alf
mar fa sop
# mother
pen mo art
pen mo vic
che mo jam
che mo jen
vic mo col
vic mo cha
maa mo emi
maa mo luc
fra mo mar
fra mo ang
luc mo alf
luc mo sop
# husband
chr hu pen
and hu che
art hu mat
jam hu vic
chs hu jen
rob hu maa
pie hu fra
emi hu gin
mar hu luc
tom hu ang
# wife
pen wi chr
che wi and
mat wi art
vic wi jam
jen wi chs
maa wi rob
fra wi pie
gin wi emi
luc wi mar
ang wi tom
# son
art so chr
jam so and
col so jam
emi so rob
mar so pie
alf so mar
art so pen
jam so che
col so vic
emi so maa
mar so fra
alf so luc
# daughter
vic da chr
jen da and
cha da jam
luc da rob
ang da pie
sop da mar
vic da pen
jen da che
cha da vic
luc da maa
ang da fra
sop da luc
# uncle
art un col
art un cha
emi un alf
emi un sop
chs un col
chs un cha
tom un alf
tom un sop
# aunt
ang au alf
ang au sop
gin au alf
gin au sop
jen au cha
jen au col
mat au cha
mat au col
# brother
alf br sop
art br vic
col br cha
emi br luc
jam br jen
mar br ang
# sister
ang si mar
cha si col
jen si jam
luc si emi
sop si alf
vic si art
# nephew
alf ne ang
alf ne emi
alf ne gin
alf ne tom
col ne art
col ne chs
col ne jen
col ne mat
# neice
cha ni art
cha ni chs
cha ni jen
cha ni mat
sop ni ang
sop ni emi
sop ni gin
sop ni tom