_language_results Struct Reference

Structure used to store all information pertaining to a particular script. More...

#include <JScript.h>

List of all members.

Public Attributes

char language [50]
 script name array. max 50 languages
int total_symbol_count
 total symbol number
int correctly_matched
 number of symbols correctly matched to this script
int incorrectly_matched
 number of symbols incorrectly matched to this script
int matched_to_other
 number of symbols incorrectly matched to other scripts
char * prev
 previous language
char * next
 next language
char spare [50]
 spare


Detailed Description

Structure used to store all information pertaining to a particular script.

Structure used to store all information pertaining to a particular script. Most of the fields are used to store the results of particular training and reliability computations

Definition at line 101 of file JScript.h.


Member Data Documentation

char _language_results::language[50]

script name array. max 50 languages

Definition at line 103 of file JScript.h.

int _language_results::total_symbol_count

total symbol number

Definition at line 105 of file JScript.h.

int _language_results::correctly_matched

number of symbols correctly matched to this script

Definition at line 107 of file JScript.h.

int _language_results::incorrectly_matched

number of symbols incorrectly matched to this script

Definition at line 109 of file JScript.h.

int _language_results::matched_to_other

number of symbols incorrectly matched to other scripts

Definition at line 111 of file JScript.h.

char* _language_results::prev

previous language

Definition at line 113 of file JScript.h.

char* _language_results::next

next language

Definition at line 115 of file JScript.h.

char _language_results::spare[50]

spare

Definition at line 117 of file JScript.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 23 15:32:33 2007 for Jargon by  doxygen 1.5.1