Skip to content

Commit

Permalink
Record temoporal predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
amebel committed May 14, 2018
1 parent 4900737 commit 4f6958b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opencog/ghost/procedures/predicates.scm
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,7 @@
; so that we can stimulate the generic one and the STI will diffuse to
; the specific predicates connecting to it
(Inheritance (GroundedPredicate "scm: after_min") (Concept "timer-predicate"))
(Inheritance (GroundedPredicate "scm: after_user_started_talking")
(Concept "timer-predicate"))
(Inheritance (GroundedPredicate "scm: after_user_stopped_talking")
(Concept "timer-predicate"))

0 comments on commit 4f6958b

Please sign in to comment.