Tutorial Introduction

Tutorial Structure

Six tutorials guide you through the basics of VisualText™. You should follow them in order; each takes about an hour.

The tutorials generally build on each other, so that the analyzer used in Tutorial 2 is the one that was created in Tutorial 1.  Because of this, if you change file names, variable names, etc., from what is presented in a tutorial, later tutorials may not work as described.  However, the release provides six tutorial analyzer projects, one for each tutorial, so that you could start Tutorial 2 with the analyzer built by Tutorial 1, and so on.

Tutorial Analyzers

NOTE: In some versions of VisualText, the zipped tutorial analyzers are absent or obsolete, so it is best to start from scratch with Tutorial 1.

The tutorial analyzer projects are in folders named

C:\Program Files\TextAI\VisualText\docs\tutorialN

where N is the tutorial number.  So, for example, the analyzer created by following Tutorial 1 resides at

C:\Program Files\TextAI\VisualText\docs\tutorial1\myAnalyzer1.zip

(Note: The assumed installation location is C:\Program Files. The exact path to these files will of course depend on where you installed the software.) If you do not have decompression software to access these files, you can download WinZip from a website such as:

 http://www.winzip.com

If you need to look at working code or start a new tutorial in sync with the documentation, you can copy the tutorial analyzer in question out of the docs folder in the install directories and into the working directory.  We've set up the working directory for the tutorial analyzers to be:

C:\apps\myAnalyzerFolder\

Suppose you wanted to start Tutorial 3 with a clean copy of the analyzer created in Tutorial 2. You would go to the install directory containing the zipped tutorial, in this case:

C:\Program Files\TextAI\VisualText\docs\tutorial2

and unzip the myAnalyzer2.zip file. (When unzipping your files, it is best to keep the unzipped files in a different directory than the working directory.) When you unzip the file, it uncompresses to the folder called myAnalyzer.

Place the myAnalyzer folder into the working directory:

C:\apps\myAnalyzerFolder\

Since the first tutorial starts from scratch, you cannot start out Tutorial 1 in this way.

Additional Notes

Here are a few extra notes before starting the tutorials.

C:\Program Files\TextAI\VisualText\Help.chm

Tutorial Description

Six tutorials guide you through the basics of creating an analyzer. Along the way, you will also be introduced to various tools and aspects of the VisualText work environment. Below is a description of each tutorial.  You may find it useful to scan through the tutorials to familiarize yourself with the content before actually starting the tutorials.