10 #ifndef _STRUS_ANALYZER_SEGMENTER_CJSON_LIB_HPP_INCLUDED
11 #define _STRUS_ANALYZER_SEGMENTER_CJSON_LIB_HPP_INCLUDED
19 class SegmenterInterface;
21 class ErrorBufferInterface;
27 std::vector<std::string>
splitJsonDocumentList(
const std::string& encoding,
const std::string& content, ErrorBufferInterface* errorhnd);
std::vector< std::string > splitJsonDocumentList(const std::string &encoding, const std::string &content, ErrorBufferInterface *errorhnd)
SegmenterInterface * createSegmenter_cjson(ErrorBufferInterface *errorhnd)
Get a document JSON segmenter based on cjson.