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

Function cuttest

test/test_cut_for_search.py:7–11  ·  view source on GitHub ↗
(test_sent)

Source from the content-addressed store, hash-verified

5import jieba
6
7def cuttest(test_sent):
8 result = jieba.cut_for_search(test_sent)
9 for word in result:
10 print(word, "/", end=' ')
11 print("")
12
13
14if __name__ == "__main__":

Callers 1

Calls 1

cut_for_searchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…