Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamuraiT/mecab-python3
/ SWIG_From_bool
Function
SWIG_From_bool
src/MeCab/MeCab_wrap.cpp:3791–3795 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3789
3790
3791
SWIGINTERNINLINE PyObject*
3792
SWIG_From_bool (bool value)
3793
{
3794
return PyBool_FromLong(value ? 1 : 0);
3795
}
3796
3797
3798
SWIGINTERNINLINE int
Callers
9
_wrap_Lattice_is_available
Function · 0.85
_wrap_Lattice_next
Function · 0.85
_wrap_Lattice_has_request_type
Function · 0.85
_wrap_Lattice_has_constraint
Function · 0.85
_wrap_Model_swap
Function · 0.85
_wrap_Tagger_parse__SWIG_0
Function · 0.85
_wrap_Tagger_parseNBestInit
Function · 0.85
_wrap_Tagger_partial
Function · 0.85
_wrap_Tagger_all_morphs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected