prime/include/Kyoto/Text/CWordBreakTables.hpp

14 lines
215 B
C++
Raw Normal View History

2023-01-11 19:08:11 +00:00
#ifndef _CWORDBREAKTABLES
#define _CWORDBREAKTABLES
#include <types.h>
class CWordBreakTables {
public:
static int GetBeginRank(wchar_t ch);
static int GetEndRank(wchar_t ch);
};
#endif // _CWORDBREAKTABLES