mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
static const char * -> const char* const
This commit is contained in:
parent
df9f47eb47
commit
485383c669
@ -11,7 +11,7 @@ namespace CppJieba
|
|||||||
using namespace Limonp;
|
using namespace Limonp;
|
||||||
|
|
||||||
/*utf8*/
|
/*utf8*/
|
||||||
static const char * BLACK_LIST[] = {"我们", "他们"};
|
const char * const BLACK_LIST[] = {"我们", "他们"};
|
||||||
|
|
||||||
class KeywordExtractor: public InitOnOff
|
class KeywordExtractor: public InitOnOff
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user