mecab_nbest_sparse_tostr3

C wrapper of MeCab::Tagger::parseNBest(size_t N, char *str, char *ostr, size_t olen)

version(BindMeCab_Dynamic)
extern (C) @nogc nothrow __gshared
char* function(mecab_t* mecab, size_t N, const(char)* str, size_t len, char* ostr, size_t olen) mecab_nbest_sparse_tostr3;

Meta