MCPcopy
hub / github.com/fxsjy/jieba / lcut_for_search

Method lcut_for_search

jieba/__init__.py:359–360  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

357 return list(self.cut(*args, **kwargs))
358
359 def lcut_for_search(self, *args, **kwargs):
360 return list(self.cut_for_search(*args, **kwargs))
361
362 _lcut = lcut
363 _lcut_for_search = lcut_for_search

Callers 1

Calls 1

cut_for_searchMethod · 0.95

Tested by

no test coverage detected