Specious Present: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
Line 7: Line 7:
The term dates to the late 19th Century as discussed in the [[:en:Specious present|enwiki]] article.
The term dates to the late 19th Century as discussed in the [[:en:Specious present|enwiki]] article.


== DCP Discourse Contexts ==
== DCP DCE Discourse ==
<ul style="position:relative;top:-3px;"><br>
<ul style="position:relative;top:-3px;"><br>
<li><htmL><a href=http://tlddev.dom/About%20DCP>DCP</a></html> has memory of interaction with AKPERSONs and the content of prior discourse episodes in addition to other knowledge it maintains for domains. </li><br>
<li><htmL><a href=http://tlddev.dom/About%20DCP>DCP</a></html> has memory of interaction with AKPERSONs and the content of prior discourse episodes in addition to other knowledge it maintains for domains. </li><br>

Revision as of 11:59, 6 October 2024


Point of Departure

The term dates to the late 19th Century as discussed in the enwiki article.

DCP DCE Discourse


  • DCP has memory of interaction with AKPERSONs and the content of prior discourse episodes in addition to other knowledge it maintains for domains.

  • The discourse uses Domain Controlled English (DCE) which is adaptable to non-English via the Grammatical Framework (GF).

  • During the real time of the dialog, the sentences as occurring in the dialog channel are parsed by DCP, in their natural order of occurrence. At a given moment the sentence currently being parsed is called the Now Sentence.

  • The discourse context is maintained in a frame and semantic net system that makes the dynamic data of the domain available in a programming lang neutral API usable by conventional programming (PHP, python, etc).

  • The specious present is the time frame of an episode of discourse between DCP and its users. It has a real time frame which begins with the first sentence by a DCP agent in the channel to the last one.

  • The form of the Now Sentence is the Haskell code supporting the current GF judgment during the discourse parse.

  • DCE is dynamic and grows with the domains it supports. DCP elicits knowledge of domains from users in the form of stories, documents, and the ongoing discourse in its agent served channels.

  • DCP Haskell, Lisp and Prolog/Logtalk internals are hidden to preserve flexibility but with defined stable API for user extension in those langs which is guaranteed to have forward migration support as the system matures and evolves.

  • The action logic of the Now Sentence is Golog in Haskell.