Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Perlmind Programming Journal (PMPJ) -- details for 2015 June 04

16 views
Skip to first unread message

menti...@gmail.com

unread,
Jun 5, 2015, 2:18:04 AM6/5/15
to
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
0 new messages