mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
rewrite author
This commit is contained in:
parent
f47904a9d5
commit
176bc04d7a
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#include "KeyWordExt.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_KEYWORDEXT_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_SEGMENT_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#include "TransCode.h"
|
||||
|
||||
namespace CppJieba
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_TRANSCODE_H
|
||||
#define CPPJIEBA_TRANSCODE_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#include "Trie.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_TRIE_H
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* file enc : ASCII
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_GLOBALS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user