MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / Segment

Method Segment

src/Segmentation.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace opencc;
22
23SegmentsPtr Segmentation::Segment(const char* text) const {
24 return Segment(std::string_view(text));
25}
26
27SegmentsPtr Segmentation::Segment(const std::string& str) const {
28 return Segment(std::string_view(str));

Callers 4

ConvertMethod · 0.45
InspectMethod · 0.45
TEST_FFunction · 0.45
ConvertLineByModeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36