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

Function new_MeCab_Model

src/MeCab/MeCab_wrap.cpp:3544–3548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3542}
3543
3544MeCab::Model* new_MeCab_Model (int argc, char **argv) {
3545 MeCab::Model *model = MeCab::createModel(argc, argv);
3546 if (! model) throw MeCab::getLastError();
3547 return model;
3548}
3549
3550MeCab::Model* new_MeCab_Model () {
3551 MeCab::Model *model = MeCab::createModel("-C");

Callers 2

_wrap_new_Model__SWIG_0Function · 0.85
_wrap_new_Model__SWIG_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected