i_language_profile Struct Reference

structure containing information on a script More...

#include <JMorphology.h>

List of all members.

Public Attributes

char identification [21]
int cluster_count
int filtered_cluster_count
int file_count
int hamming
int symbol_count
int small_cluster_threshold
int min_size
int max_height
int max_width
int total_symbol_count
int correctly_matched
int incorrectly_matched
unsigned int hamming_sum
unsigned int best_hamming
float matched_sum
unsigned int * cluster32
char spare [18]
char * cluster_data
jclusterfirst_cluster
char * prev
char * next


Detailed Description

structure containing information on a script

Definition at line 50 of file JMorphology.h.


Member Data Documentation

char i_language_profile::identification[21]

string indicating the name of a script

Definition at line 53 of file JMorphology.h.

int i_language_profile::cluster_count

number of clusters formed for a script

Definition at line 56 of file JMorphology.h.

int i_language_profile::filtered_cluster_count

Definition at line 61 of file JMorphology.h.

int i_language_profile::file_count

Definition at line 65 of file JMorphology.h.

int i_language_profile::hamming

hamming distance threshold being used

Definition at line 68 of file JMorphology.h.

int i_language_profile::symbol_count

total number of components processed during training

Definition at line 71 of file JMorphology.h.

int i_language_profile::small_cluster_threshold

Threshold used in filtering clusters. Indicates the minimum number of symbols used to form a cluster

Definition at line 75 of file JMorphology.h.

int i_language_profile::min_size

Minimum size of a connected component to be used in training

Definition at line 78 of file JMorphology.h.

int i_language_profile::max_height

Definition at line 81 of file JMorphology.h.

int i_language_profile::max_width

Definition at line 84 of file JMorphology.h.

int i_language_profile::total_symbol_count

Definition at line 85 of file JMorphology.h.

int i_language_profile::correctly_matched

Definition at line 89 of file JMorphology.h.

int i_language_profile::incorrectly_matched

Definition at line 93 of file JMorphology.h.

unsigned int i_language_profile::hamming_sum

Definition at line 94 of file JMorphology.h.

unsigned int i_language_profile::best_hamming

hamming distance for the best matching symbol

Definition at line 97 of file JMorphology.h.

float i_language_profile::matched_sum

Definition at line 98 of file JMorphology.h.

unsigned int* i_language_profile::cluster32

Definition at line 99 of file JMorphology.h.

char i_language_profile::spare[18]

Definition at line 100 of file JMorphology.h.

char* i_language_profile::cluster_data

Definition at line 101 of file JMorphology.h.

jcluster* i_language_profile::first_cluster

Definition at line 102 of file JMorphology.h.

char* i_language_profile::prev

Definition at line 103 of file JMorphology.h.

char* i_language_profile::next

Definition at line 104 of file JMorphology.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