mutbl -f examples/testAccuracy07.script

*****************************************************
           The -TBL system, version 1.0
          Copyright  Torbjrn Lager 2000
Department of Linguistics, Uppsala University, Sweden
 The -TBL system comes with absolutely no warranty.
    Type "help." to list all available commands.
*****************************************************
	
Learning a rule sequence...
Loading data: data/wsj_7500 ... done! Size is 7494.
Loading algorithm: algorithms/brill ... done!
Loading templates: templates/test_templates ... done!
11    1.00   tag:'VBP'>'VB' <- tag:'MD'@[-1,-2]
11    1.00   tag:'VBN'>'VBD' <- tag:'PP'@[-1]
8     1.00   tag:'NN'>'VB' <- tag:'MD'@[-1]
7     0.77   tag:'JJ'>'RB' <- wd:due@[0]
7     1.00   tag:'VBP'>'VB' <- tag:'TO'@[-1]
6     1.00   tag:'VB'>'VBP' <- tag:'NNS'@[-1]
6     0.88   tag:'VB'>'NN' <- tag:'DT'@[-1,-2]
6     1.00   tag:'IN'>'WDT' <- tag:'VBD'@[1]
8 rule(s) for feature(s) [tag]
Testing the learned rule sequence...
Loading templates: templates/test_templates ... done!
Loading data: data/wsj_test ... done! Size is 9625.

DATA STATISTICS:

            Corpus Size: 9625
         Number of Tags: 9625
 Number of Correct Tags: 9228
       Number of Errors: 397
                 Recall: 95.9% 
              Precision: 95.9%
                F-Score: 95.9%
Number of Tags per Word: 1.000

Applied 8 rule(s) for feature(s) [tag] in 0.000 seconds

DATA STATISTICS:

            Corpus Size: 9625
         Number of Tags: 9625
 Number of Correct Tags: 9245
       Number of Errors: 380
                 Recall: 96.1% 
              Precision: 96.1%
                F-Score: 96.1%
Number of Tags per Word: 1.000

Saving the rule sequence(s) in file 'rules/test.pl'.
Generating data for the Error Browser...
Load (or reload) the file "error_data.html"
into a HTML browser to view error data.
Finished!