| 5914 | |
| 5915 | |
| 5916 | SWIGINTERN 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 | |
| 5935 | fail: |
| 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 | |
| 5944 | SWIGINTERN PyObject *_wrap_Lattice_enumNBestAsString(PyObject *self, PyObject *args) { |
nothing calls this directly
no test coverage detected