|
|
@@ -4,11 +4,11 @@ |
|
|
|
{{{ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>Artificial Mind with Artificial Intelligence</title> |
|
|
|
<title>Artificial General Intelligence</title> |
|
|
|
<meta name="description" |
|
|
|
content="Strong AI as described in the e-book of The Art of the Meme" /> |
|
|
|
content="English tutorial version of polyglot Mentifex AGI" /> |
|
|
|
<meta name="keywords" |
|
|
|
content="AI4U, AiMind, artificial intelligence, javascript, |
|
|
|
content="AGI, AiMind, artificial intelligence, javascript, |
|
|
|
machine learning, mind control, modular AI, neural inhibition, |
|
|
|
prior art, robots, spreading activation, strong AI, tutorial" /> |
|
|
|
<script language="JavaScript"> |
|
|
@@ -301,7 +301,7 @@ var verbcall = 0; |
|
|
|
var vip = 0; // special ID for verb created by VerbGen; 17oct2012 |
|
|
|
var vphract = 0; // verb phrase activation level 22jun2011 |
|
|
|
var vphraud = 0; // holds aud-fetch for SpeechAct; 28jun2011 |
|
|
|
var vrsn = "12nov12A"; // for Transcript mode; mon12nov2012 |
|
|
|
var vrsn = "5dec12A"; // for Transcript mode; wed5dec2012 |
|
|
|
var vpos = 0; |
|
|
|
var wxdflag = 0; // for inhibition of what-do-X-DO queries; 16sep2010 |
|
|
|
var wxvflag = 0; // for inhibition of what-do-X-VERB queries; 16sep2010 |
|
|
@@ -521,6 +521,7 @@ function Transcript() { |
|
|
|
if (hardcopy == false) html = ""; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function psiList() { |
|
|
|
for (i = nonce; i < (t +1); i++) { |
|
|
|
Psi[i].psiExam(); |
|
|
@@ -718,9 +719,9 @@ function VerbAct() { |
|
|
|
verbval = 15; // oppose stray activations; 7jun2011 |
|
|
|
if (vacpsi > 0) { // if a vacpsi exists; 7jun2011 |
|
|
|
oldpsi = vacpsi; // deglobalized; 1oct2010 |
|
|
|
if (vacpsi==57) vacpsi = 800; // AM becomes BE; 21oct2012 |
|
|
|
if (vacpsi==66) vacpsi = 800; // IS becomes BE; 21oct2012 |
|
|
|
if (vacpsi==67) vacpsi = 800; // ARE becomes BE; 21oct2012 |
|
|
|
// if (vacpsi==57) vacpsi = 800; // AM becomes BE; 21oct2012 |
|
|
|
// if (vacpsi==66) vacpsi = 800; // IS becomes BE; 21oct2012 |
|
|
|
// if (vacpsi==67) vacpsi = 800; // ARE becomes BE; 21oct2012 |
|
|
|
for (i=(t + 1); i>midway; --i) { |
|
|
|
Psi[i].psiExam(); |
|
|
|
if (psi0 == vacpsi) { // deglobalized; 1oct2010 |
|
|
@@ -1010,7 +1011,7 @@ function InStantiate() { |
|
|
|
whoskip = 1; |
|
|
|
act = 0; |
|
|
|
} |
|
|
|
if (t > 201) { // Obsolete trick to avoid EnBoot; 31qoct2012 |
|
|
|
if (t > 201) { // Obsolete trick to avoid EnBoot; 31oct2012 |
|
|
|
if (whoskip == 1) { |
|
|
|
if (psi == 57) presubj = 50; |
|
|
|
if (psi == 67) presubj = 0; |
|
|
@@ -1764,6 +1765,7 @@ function AudInput() { |
|
|
|
audDamp(); |
|
|
|
len = 0; |
|
|
|
onset = 0; |
|
|
|
predflag = 0; // prevent carry-over; 5dec2012 |
|
|
|
aud = 0; |
|
|
|
} // End of AudInput; return to AudListen(), CR() or ReEntry(). |
|
|
|
|
|
|
|
0 comments on commit
efc6bf3