-
Notifications
You must be signed in to change notification settings - Fork 1
/
semantic-primes.json
67 lines (67 loc) · 3.58 KB
/
semantic-primes.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
[
{ "mot": "je", "category": "substantifs" },
{ "mot": "vous", "category": "substantifs" },
{ "mot": "quelqu'un", "category": "substantifs" },
{ "mot": "les gens", "category": "substantifs" },
{ "mot": "quelque chose", "category": "substantifs" },
{ "mot": "corps", "category": "substantifs" },
{ "mot": "type de", "category": "taxinomie, partonomie" },
{ "mot": "partie de", "category": "taxinomie, partonomie" },
{ "mot": "ce", "category": "déterminants" },
{ "mot": "même", "category": "déterminants" },
{ "mot": "autre", "category": "déterminants" },
{ "mot": "un", "category": "quantificateurs" },
{ "mot": "deux", "category": "quantificateurs" },
{ "mot": "certains/quelques", "category": "quantificateurs" },
{ "mot": "tout", "category": "quantificateurs" },
{ "mot": "beaucoup", "category": "quantificateurs" },
{ "mot": "(un petit) peu", "category": "quantificateurs" },
{ "mot": "bien/bon", "category": "évaluateurs" },
{ "mot": "mauvais/mal", "category": "évaluateurs" },
{ "mot": "grand, gros", "category": "descripteurs" },
{ "mot": "petit", "category": "descripteurs" },
{ "mot": "penser", "category": "prédicats mentaux" },
{ "mot": "savoir", "category": "prédicats mentaux" },
{ "mot": "vouloir", "category": "prédicats mentaux" },
{ "mot": "(res)sentir", "category": "prédicats mentaux" },
{ "mot": "voir", "category": "prédicats mentaux" },
{ "mot": "ne pas vouloir", "category": "prédicats mentaux" },
{ "mot": "entendre", "category": "prédicats mentaux" },
{ "mot": "dire", "category": "discours" },
{ "mot": "mot", "category": "discours" },
{ "mot": "vrai", "category": "discours" },
{ "mot": "faire", "category": "actions, événements, mouvement" },
{ "mot": "arriver, se produire", "category": "actions, événements, mouvement" },
{ "mot": "bouger", "category": "actions, événements, mouvement" },
{ "mot": "il y a", "category": "existence, possession" },
{ "mot": "avoir (posséder)", "category": "existence, possession" },
{ "mot": "être (quelque part)", "category": "existence, possession" },
{ "mot": "être (quelqu'un/quelque chose)", "category": "existence, possession" },
{ "mot": "vivre", "category": "vie et mort" },
{ "mot": "mourir", "category": "vie et mort" },
{ "mot": "quand (heure)", "category": "temps" },
{ "mot": "maintenant", "category": "temps" },
{ "mot": "avant", "category": "temps" },
{ "mot": "après", "category": "temps" },
{ "mot": "longtemps", "category": "temps" },
{ "mot": "peu de temps", "category": "temps" },
{ "mot": "pour quelque temps", "category": "temps" },
{ "mot": "moment", "category": "temps" },
{ "mot": "où (lieu)", "category": "espace" },
{ "mot": "ici", "category": "espace" },
{ "mot": "au-dessus de", "category": "espace" },
{ "mot": "sous (en-dessous de)", "category": "espace" },
{ "mot": "près", "category": "espace" },
{ "mot": "loin", "category": "espace" },
{ "mot": "côté (gauche/droite)", "category": "espace" },
{ "mot": "dans (à l'intérieur de)", "category": "espace" },
{ "mot": "toucher (au contact de)", "category": "espace" },
{ "mot": "ne … pas (négation)", "category": "concepts logiques" },
{ "mot": "peut-être", "category": "concepts logiques" },
{ "mot": "pouvoir (possibilité)", "category": "concepts logiques" },
{ "mot": "à cause de", "category": "concepts logiques" },
{ "mot": "si … (condition)", "category": "concepts logiques" },
{ "mot": "très", "category": "intensificateur, augmentateur" },
{ "mot": "plus", "category": "intensificateur, augmentateur" },
{ "mot": "comme", "category": "similarité" }
]