TRF Language Model
trf-feature.h File Reference
#include "trf-vocab.h"
#include <omp.h>

Go to the source code of this file.

Classes

class  trf::Seq
 define a sequence including the word sequence and class sequence More...
 
class  trf::FeatStyle
 Analyse a determinate feat style (without ":") More...
 
struct  trf::FeatStyle::Field
 
class  trf::FeatTable
 define the feature style. such as "w3"(word-3gram); "c2"(class-2gram); More...
 
class  trf::Feat
 include all the feature table More...
 

Namespaces

 trf
 

Macros

#define word_layer   0
 
#define class_layer   1
 

Variables

const int trf::c_nMaxOrder = 100
 

Macro Definition Documentation

§ class_layer

#define class_layer   1

Definition at line 32 of file trf-feature.h.

§ word_layer

#define word_layer   0

Definition at line 31 of file trf-feature.h.