MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / mecab_node_t_surface_get

Function mecab_node_t_surface_get

src/MeCab/MeCab_wrap.cpp:3570–3575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3568}
3569
3570char* mecab_node_t_surface_get(mecab_node_t *n) {
3571 char *s = new char [n->length + 1];
3572 memcpy (s, n->surface, n->length);
3573 s[n->length] = '\0';
3574 return s;
3575}
3576
3577
3578SWIGINTERN swig_type_info*

Callers 1

_wrap_Node_surface_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected