rewrite author

This commit is contained in:
gwdwyy 2013-07-23 01:31:48 +08:00
parent f47904a9d5
commit 176bc04d7a
8 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#include "KeyWordExt.h"

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPJIEBA_KEYWORDEXT_H

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPJIEBA_SEGMENT_H

View File

@ -1,3 +1,7 @@
/************************************
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#include "TransCode.h"
namespace CppJieba

View File

@ -1,3 +1,7 @@
/************************************
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPJIEBA_TRANSCODE_H
#define CPPJIEBA_TRANSCODE_H

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#include "Trie.h"

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPJIEBA_TRIE_H

View File

@ -1,5 +1,5 @@
/************************************
* file enc : utf8
* file enc : ASCII
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPJIEBA_GLOBALS_H