Next we need to stub in the EnParser (English Parser) module,
not so much for its own sake, but rather as a bridge to calling
the InStantiate module. We have EnParser merely announce that
it has been called by the NewConcept module, so that we may see
that the AI still runs with no apparent problems. We declare the
http://code.google.com/p/mindforth/wiki/var#bias $bias and
http://mind.sourceforge.net/variable.html#pov $pov
variables associated with EnParser so as to make sure that
they are not reserved words in Perl. We clean up some lines
of code previously commented out but left intact for at least
one archival release iteration. We caution here that the
http://code.google.com/p/mindforth/wiki/EnParser
EnParser module is extremely primitive and relies upon
very strict input formats such as subject-verb-object (SVO),
so that EnParser can expect a subject-noun, then a verb,
and then an object-noun or a predicate nominative.
We are more interested in the demonstration of thinking
than in the demonstration of parsing. Perl AI coders
may be able to adapt pre-existing
http://en.wikipedia.org/wiki/CPAN CPAN or other
parsing code for use with the AI
http://ai.neocities.org/perlmind.txt Perlmind.
--
http://ai.neocities.org/AiSteps.html