CWB
Data Fields
feature_maps_t Struct Reference

Underlying structure for the FMS object. More...

#include <feature_maps.h>

Data Fields

Attributeatt1
 word attribute of source corpus More...
 
Attributeatt2
 word attribute of target corpus More...
 
Attributes1
 sentence regions of source corpus More...
 
Attributes2
 sentence regions of target corpus More...
 
int n_features
 number of allocated features More...
 
int ** w2f1
 feature map 1 More...
 
int ** w2f2
 feature map 2 More...
 
int * fweight
 array of feature weights More...
 
vstack_tvstack
 a stack (implemented as linked list) of integer vectors, each containing <n_features> integers. More...
 

Detailed Description

Underlying structure for the FMS object.

Field Documentation

Attribute* att1

word attribute of source corpus

Referenced by create_feature_maps(), feature_match(), and show_features().

Attribute* att2

word attribute of target corpus

Referenced by create_feature_maps(), feature_match(), and show_features().

int* fweight

array of feature weights

Referenced by create_feature_maps(), feature_match(), and show_features().

int n_features

number of allocated features

Referenced by check_fvectors(), create_feature_maps(), and get_fvector().

Attribute* s1

sentence regions of source corpus

Referenced by create_feature_maps(), and feature_match().

Attribute* s2

sentence regions of target corpus

Referenced by create_feature_maps(), and feature_match().

vstack_t* vstack

a stack (implemented as linked list) of integer vectors, each containing <n_features> integers.

Referenced by check_fvectors(), create_feature_maps(), get_fvector(), and release_fvector().

int** w2f1

feature map 1

Referenced by create_feature_maps(), feature_match(), and show_features().

int** w2f2

feature map 2

Referenced by create_feature_maps(), feature_match(), and show_features().


The documentation for this struct was generated from the following file: