-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfamiliarpredicate.map
47 lines (47 loc) · 1007 Bytes
/
familiarpredicate.map
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
[
["", ""],
["cat", "cat"],
["dog", "dog"],
["boss", "boss"],
["teacher", "teacher"],
["girl friend", "girlfriend"],
["boy friend", "boyfriend"],
["girlfriend", "girlfriend"],
["boyfriend", "boyfriend"],
["sis", "sister"],
["bro", "brother"],
["sister", "sister"],
["brother", "brother"],
["daughter", "daughter"],
["son", "son"],
["wifey", "wife"],
["wife", "wife"],
["hubby", "husband"],
["husband", "husband"],
["daddy", "father"],
["dada", "father"],
["dad", "father"],
["father", "father"],
["granddad", "grandfather"],
["grandfather", "grandfather"],
["mummy", "mother"],
["mommy", "mother"],
["mumma", "mother"],
["mum", "mother"],
["momma", "mother"],
["mom", "mother"],
["ma", "mother"],
["mother", "mother"],
["grandmom", "grandmother"],
["grandma", "grandmother"],
["grandmother", "grandmother"],
["nephew", "nephew"],
["niece", "niece"],
["best friend", "bestfriend"],
["bestfriend", "bestfriend"],
["friend", "friend"],
["uncle", "uncle"],
["ant", "aunt"],
["aunt", "aunt"],
["fooz", "barz"]
]