mecab_lattice_set_feature_constraint

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

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

Meta