-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathatoms.json
More file actions
110 lines (105 loc) · 1.98 KB
/
Copy pathatoms.json
File metadata and controls
110 lines (105 loc) · 1.98 KB
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
{
"result": {
"atoms": [{
"outgoing": [1,4],
"handle": 0,
"name": "",
"truthvalue": {
"type": "simple",
"details": {
"count": 0.0,
"confidence": 0.0,
"strength": 1.0
}
},
"attentionvalue": {
"lti": 0,
"sti": 0,
"vlti": false
},
"incoming": [0],
"type": "EvaluationLink"
},
{
"outgoing": [],
"handle": 1,
"name": "Predicate \"hold\"",
"truthvalue": {
"type": "simple",
"details": {
"count": 0.0,
"confidence": 0.0,
"strength": 1.0
}
},
"attentionvalue": {
"lti": 0,
"sti": 0,
"vlti": false
},
"incoming": [0],
"type": "PredicateNode"
},
{
"outgoing": [],
"handle": 2,
"name": "Concept \"self\"",
"truthvalue": {
"type": "simple",
"details": {
"count": 0.0,
"confidence": 0.0,
"strength": 1.0
}
},
"attentionvalue": {
"lti": 0,
"sti": 0,
"vlti": false
},
"incoming": [4],
"type": "ConceptNode"
},
{
"outgoing": [],
"handle": 3,
"name": "Concept \"key\"",
"truthvalue": {
"type": "simple",
"details": {
"count": 0.0,
"confidence": 0.0,
"strength": 1.0
}
},
"attentionvalue": {
"lti": 0,
"sti": 0,
"vlti": false
},
"incoming": [4],
"type": "ConceptNode"
},
{
"outgoing": [2,3],
"handle": 4,
"name": "",
"truthvalue": {
"type": "simple",
"details": {
"count": 0.0,
"confidence": 0.0,
"strength": 1.0
}
},
"attentionvalue": {
"lti": 0,
"sti": 0,
"vlti": false
},
"incoming": [0],
"type": "ListLink"
}
]
}
}