TRF Language Model
|
#include <trf-feature.h>
Public Attributes | |
char | c |
the charactor "w" or "c" More... | |
short | i |
if "w" then i=0, if "c" then i=1, used to index the value in Seq More... | |
short | n |
number, "w[2]" then n=2 More... | |
Definition at line 94 of file trf-feature.h.
char trf::FeatStyle::Field::c |
the charactor "w" or "c"
Definition at line 95 of file trf-feature.h.
short trf::FeatStyle::Field::i |
if "w" then i=0, if "c" then i=1, used to index the value in Seq
Definition at line 96 of file trf-feature.h.
short trf::FeatStyle::Field::n |
number, "w[2]" then n=2
Definition at line 97 of file trf-feature.h.