mecab_lattice_set_feature_constraint

C wrapper of MeCab::Lattice::set_feature_constraint(begin_pos, end_pos, feature)

version(BindMeCab_Static)
extern (C) @nogc nothrow
void
mecab_lattice_set_feature_constraint
(
mecab_lattice_t* lattice
,
size_t begin_pos
,
size_t end_pos
,
const(char)* feature
)

Meta