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

Function _wrap_Lattice_toString

src/MeCab/MeCab_wrap.cpp:5916–5941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5914
5915
5916SWIGINTERN PyObject *_wrap_Lattice_toString(PyObject *self, PyObject *args) {
5917 Py_ssize_t argc;
5918 PyObject *argv[3] = {
5919 0
5920 };
5921
5922 if (!(argc = SWIG_Python_UnpackTuple(args, "Lattice_toString", 0, 2, argv+1))) SWIG_fail;
5923 argv[0] = self;
5924 if (argc == 1) {
5925 PyObject *retobj = _wrap_Lattice_toString__SWIG_0(self, argc, argv);
5926 if (!SWIG_Python_TypeErrorOccurred(retobj)) return retobj;
5927 SWIG_fail;
5928 }
5929 if (argc == 2) {
5930 PyObject *retobj = _wrap_Lattice_toString__SWIG_1(self, argc, argv);
5931 if (!SWIG_Python_TypeErrorOccurred(retobj)) return retobj;
5932 SWIG_fail;
5933 }
5934
5935fail:
5936 SWIG_Python_RaiseOrModifyTypeError("Wrong number or type of arguments for overloaded function 'Lattice_toString'.\n"
5937 " Possible C/C++ prototypes are:\n"
5938 " MeCab::Lattice::toString()\n"
5939 " MeCab::Lattice::toString(MeCab::Node const *)\n");
5940 return 0;
5941}
5942
5943
5944SWIGINTERN PyObject *_wrap_Lattice_enumNBestAsString(PyObject *self, PyObject *args) {

Callers

nothing calls this directly

Tested by

no test coverage detected