معلومات البرنامج RiveScript::Tutorial 1.02

مرات التنزيل
32
متطلبات التشغيل
الحجم 0
الترخيص
الاصدار 0
اضيف في
06/12/2006
اجمالي الاصوات
0
الموقع علي الانترنت
التقييم
0.0000
قيم هذا البرنامج

 
Description
RiveScript::Tutorial is a beginner's guide to creating their first RiveScript brain.

This tutorial outlines the various capabilities of the RiveScript specification and offers some recommended pointers for creating a well-formed RiveScript brain. What you do with this knowledge is up to you; be creative!

Be sure to skim over the RiveScript manpage first, because this tutorial jumps right in to using the various RiveScript commands without always explaining what each of them do.

A Simple RiveScript Interpreter

Here is a simple Perl script for running a RiveScript interpreter. This assumes that the brain's RS files will be stored in a directory called "tutorial", local to the Perl script. You'd want to edit certain parameters in this code if you see fit.

#!/usr/bin/perl -w

use strict;
use warnings;
use RiveScript;

# Create the RiveScript interpreter.
my = new RiveScript();

# Load the RS tutorial brain.
("./tutorial");

# Sort them.
;

# Go into a chatting loop.
while (1) {
print "User> ";
my = ;
chomp ;

# Grab a reply.
my @reply = ('user',);
print " Bot> " foreach(@reply);
}

Requirements:
· Perl

 

الترجمة الالية للوصف

تنزيل RiveScript::Tutorial 1.02  Free Download RiveScript::Tutorial 1.02 تنزيل:   RiveScript::Tutorial 1.02
اخبر صديق RiveScript::Tutorial 1.02



أكثر البرامج تنزيلا في هذا القسم
Yahoo Messenger v8.1.0.402
Aircrack-ng 0.6.2
برنامج تعليم الفورمات
windows 2000 professional
google earth
Google Earth 4.0.2737 (Freeware)
تشغيل اكثر من ماسنجر الاصدار 8.0.0812
Nero 7 Premium 7.2.7.0 (Demo)
WinPcap 4.0 beta 3 (Freeware)
WebCam Watcher



اخترنا لك من البرامج المميزة
McAfee VirusScan® 10.0.25 for Windows
Wheel Maker 1.25 (Demo)
VokabelTrainer 0.7
The Collectors Crown 5.2.9 (Trial)
Norton AntiVirus Virus Definitions Septe ...
CADintosh 5.5.2
Nature Illusion Studio 1.70 (Trial)
Bundle::BricolagePlus 1.10.0
Advanced Time Reports Web 7.5.156 (Trial ...
ALO RM to MP3 Converter 4.2.4 (Shareware ...
Fresh Download6.0
Offline Explorer Pro 4.6.2570 SR1 (Trial ...
CustomIcons 1.31 يسمح لك أن تغيّر أيقونا ...
DynAdvance Notifier 1.2.311 (Trial)
DRMP3-Blue 1.0 (Freeware)






البرنامج السابق : Tank Command 0.44 Tank Command 0.44 البرنامج التالي : GNUnet 0.7.1pre1 GNUnet 0.7.1pre1


بحث
RiveScriptTutorial , beginner#039;s , guide , creating , their , first , RiveScript , brain. This , tutorial , outlines , various , capabilities , RiveScript , specification , offers , some , recommended , pointers , creating , wellformed , RiveScript , brain. , What , with , this , knowledge , you; , creative Be , sure ,

التصنيف:
Copyright (©) Moshax 2008. All rights reserved.