ukui-search/libchinese-segmentation/chinese-segmentation.h

13 lines
232 B
C++

#ifndef CHINESESEGMENTATION_H
#define CHINESESEGMENTATION_H
#include "libchinese-segmentation_global.h"
class CHINESESEGMENTATION_EXPORT ChineseSegmentation
{
public:
ChineseSegmentation();
};
#endif // CHINESESEGMENTATION_H