Overview
Comment: | moar opinions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5f4c94626f890b822315a9e41b62152e |
User & Date: | lexi on 2019-01-06 07:26:48 |
Other Links: | manifest | tags |
Context
2019-01-06
| ||
07:47 | update sex check-in: bc0dcc5de1 user: lexi tags: trunk | |
07:26 | moar opinions check-in: 5f4c94626f user: lexi tags: trunk | |
2018-12-31
| ||
09:44 | daupe check-in: 2673b536df user: lexi tags: trunk | |
Changes
Modified botsoc.scm from [9a53bb5579] to [a4ef51fdec].
224
225
226
227
228
229
230
231
232
233
234
235
236
237
...
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
|
(i " is not a solution for " (problem)) (i " does not solve " (problem)) (i " cannot solve " (problem)) ) (rule (predicate i) (i " was developed after " (ideology)) (i " was built on " (ideology)) (i " was inspired by " (ideology)) (i " was influenced by " (ideology)) (i " is an ideological descendent of " (ideology)) (i " was developed by " (group)) (i " was developed to address the needs of " (group)) ................................................................................ ((cause (group) i) " no longer experience " (problem)) ((cause (group) i) " suffer") ((cause (group) i) " be marginalized") ((cause (group) i) " become marginalized") ((cause (group) i) " become exploited") ((cause (group) i) " become addicted to " (thingss)) ((cause (group) i) " lose " (trait)) ((cause (group) i) " lose " (things)) ((cause (group) i) " lose their " (trait)) ((cause (group) i) " lose their " (things)) ((cause (group) i) " no longer have " (necessity)) ((cause (group) i) " lose access to " (necessity)) ) (rule (pc p i) ((p i)) ((predicate-or-claim (pick (vector "it" i))))) (rule (statement i) ((pc predicate i)) ((pc claim i)) |
>
>
>
>
>
<
<
>
|
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
...
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
|
(i " is not a solution for " (problem)) (i " does not solve " (problem)) (i " cannot solve " (problem)) ) (rule (predicate i) (i " was developed after " (ideology)) (i " was developed before " (ideology)) (i " was developed before " (problem) " was recognized") (i " was developed before " (problem) " was recognized as a problem") (i " was developed before the issue of " (problem) " came into focus") (i " developed before general awareness of " (problem)) (i " was built on " (ideology)) (i " was inspired by " (ideology)) (i " was influenced by " (ideology)) (i " is an ideological descendent of " (ideology)) (i " was developed by " (group)) (i " was developed to address the needs of " (group)) ................................................................................ ((cause (group) i) " no longer experience " (problem)) ((cause (group) i) " suffer") ((cause (group) i) " be marginalized") ((cause (group) i) " become marginalized") ((cause (group) i) " become exploited") ((cause (group) i) " become addicted to " (thingss)) ((cause (group) i) " lose their " (trait)) ((cause (group) i) " lose their " (things)) ((cause (group) i) " no longer have " (necessity)) ((cause (group) i) " no longer be able to get " (necessity)) ((cause (group) i) " lose access to " (necessity)) ) (rule (pc p i) ((p i)) ((predicate-or-claim (pick (vector "it" i))))) (rule (statement i) ((pc predicate i)) ((pc claim i)) |