|
71 | 71 | (Variable "$x")) |
72 | 72 | (Type 'LinkValue))) |
73 | 73 |
|
74 | | - ; The sequence of Values to be filterd by above. |
| 74 | + ; The sequence of Values to be filtered by above. |
75 | 75 | (ValueOf (Node "some place") (Predicate "some key"))) |
76 | 76 | ) |
77 | 77 |
|
|
93 | 93 | (Concept "parse") |
94 | 94 | (Glob "$x")))) |
95 | 95 |
|
96 | | - ; The sequence of Values to be filterd by above. |
| 96 | + ; The sequence of Values to be filtered by above. |
97 | 97 | (ValueOf (Node "some place") (Predicate "some key"))) |
98 | 98 | ) |
99 | 99 |
|
|
115 | 115 | ; Values.) As there was more than one of these globs, a list of them |
116 | 116 | ; were returned (so, a list of lists). |
117 | 117 | ; |
118 | | -; In the below, an addtitional transformation step will be applied: |
| 118 | +; In the below, an additional transformation step will be applied: |
119 | 119 | ; a rewrite, to change the general form. For the demo, the rewrite |
120 | 120 | ; will be simple: wrap the results with a label, a ConceptNode, |
121 | 121 | ; and then stick them into a link, and OrderdLink for this demo. |
|
132 | 132 | ; Now, for the weird part: it CANNOT be placed into the AtomSpace! It's |
133 | 133 | ; an autogenerated intermediate wrapper, employed in certain special |
134 | 134 | ; cases of pipeline processing of values. It will be printed in the demo |
135 | | -; below; but you will note that none of the created Atoms are actualy |
| 135 | +; below; but you will note that none of the created Atoms are actually |
136 | 136 | ; in the AtomSpace. They remain floating, as Values. The demo after |
137 | 137 | ; this will do something with them. |
138 | 138 | ; |
|
157 | 157 | (Glob "$x"))) |
158 | 158 | (OrderedLink (Concept "bunch of edges") (Glob "$x"))) |
159 | 159 |
|
160 | | - ; The sequence of Values to be filterd by above. |
| 160 | + ; The sequence of Values to be filtered by above. |
161 | 161 | (ValueOf (Node "some place") (Predicate "some key"))) |
162 | 162 | ) |
163 | 163 |
|
|
201 | 201 | (Glob "$x"))) |
202 | 202 | (extract (Glob "$x"))) ; The complicate rewrite |
203 | 203 |
|
204 | | - ; The sequence of Values to be filterd by above. |
| 204 | + ; The sequence of Values to be filtered by above. |
205 | 205 | (ValueOf (Node "some place") (Predicate "some key"))) |
206 | 206 | ) |
207 | 207 |
|
|
216 | 216 | ; A list of the keys on that edge: |
217 | 217 | (cog-keys e) |
218 | 218 |
|
219 | | -; The value attache to that key: |
| 219 | +; The value attached to that key: |
220 | 220 | (cog-value e (Predicate "count")) |
221 | 221 |
|
222 | 222 | ; Increment again. |
|
0 commit comments