Specious Present: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
 
(40 intermediate revisions by the same user not shown)
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.


<br>
== DCP DCE Discourse ==
== DCP Discourse Contexts ==
<ul style="position:relative;top:3px;"><br>
<ul style="position:relative;top:10px;">
<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>The specious present is the time frame of an episode of discourse between DCP and its users. It has a real time frame which is that of the real time of the dialog session between DCP and the user(s) from the first sentence by a DCP agent to the last one. </li><br>
<li>The discourse uses Domain Controlled English (DCE) which is  adaptable to non-English via the Grammatical Framework (GF).</li><br>
<li>During the real time of the dialog, the sentences  as occurring in the dialog channel and are parsed by DCP, in their natural order of occurrence. At a given moment the sentence currently being parsed is called the Now Sentence.<li>
<li>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.</li><br>
</ul>
<li>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).</li><br>
<br><br>
<li>During the real time of the discourse session, which is called a 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.</li><br>
</blockquote></div>
<li>The form of the Now Sentence is the Haskell code supporting the current GF judgment during the discourse parse.</li><br>
<li>The <b>specious present</b> is the time frame of a DCP dialog with its users. It begins with the first sentence by a DCP agent in the dialog channel and ends when DCP closes the connection. </li><br>
<li>The Now Sentence is a moment in the real time of the Specious Present whose action logic is <html><a href=https://github.com/schwering/golog>Golog in Haskell</a></html>.</li><br>
<li>DCP Haskell, Lisp and Prolog/Logtalk internals are hidden to preserve flexibility but with defined stable Advanced API for DevOps users of those langs who can extend or modify DCP.</li><br>
</ul> The Advanced API is guaranteed to have forward migration support, within a known release span, as the system matures and evolves.<br>
</blockquote><br><br></div>

Latest revision as of 20:45, 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).

  • 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.

  • 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).

  • During the real time of the discourse session, which is called a 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 form of the Now Sentence is the Haskell code supporting the current GF judgment during the discourse parse.

  • The specious present is the time frame of a DCP dialog with its users. It begins with the first sentence by a DCP agent in the dialog channel and ends when DCP closes the connection.

  • The Now Sentence is a moment in the real time of the Specious Present whose action logic is Golog in Haskell.

  • DCP Haskell, Lisp and Prolog/Logtalk internals are hidden to preserve flexibility but with defined stable Advanced API for DevOps users of those langs who can extend or modify DCP.

The Advanced API is guaranteed to have forward migration support, within a known release span, as the system matures and evolves.