CWB
|
Underlying structure for the FMS object. More...
#include <feature_maps.h>
Data Fields | |
Attribute * | att1 |
word attribute of source corpus More... | |
Attribute * | att2 |
word attribute of target corpus More... | |
Attribute * | s1 |
sentence regions of source corpus More... | |
Attribute * | s2 |
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_t * | vstack |
a stack (implemented as linked list) of integer vectors, each containing <n_features> integers. More... | |
Underlying structure for the FMS object.
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().