Vebot 4.0
Project | Download | SourceForge.net | Verbots | VerbotsOnline
Introducing Verbot 4.0
Project
Download
SourceForge.net Logo
Verbots
What is it?

The Verbot 4 Engine SDK provides the Core Natural Language Processing Engine (Pattern Matching) used in the Verbot 4 Player and Verbots Online. It includes class definitions for all basic data types: KnowledgeBases, Rules, Inputs, Outputs, Synonyms, etc... as well as the methods needed to reason on a KnolwedgeBase.

How the Verbot 4 Engine SDK works:

Here are the main components of the Verbot 4 Engine SDK:

  1. Verbot4Engine.cs:
    This is the main Verbot 4 Engine class which is responsible for loading knowledge bases into memory, it also contains the main "GetReply" method which is called to reason on a users input and fire a rule.
  2. Supporting Class Files:
    All the other class files in the Verbot 4 SDK define data structures used by the engine and generic toolsets.

Additional Notes:

  • To see an example of how to use this Verbot 4 Engine SDK, view the VerbotWindowsApplicationSample project in the solution source files.
Other Open Source Projects by Conversive: