rename to libpinyin in file headers.
authorPeng Wu <alexepico@gmail.com>
Tue, 3 Aug 2010 05:29:13 +0000 (13:29 +0800)
committerPeng Wu <alexepico@gmail.com>
Tue, 3 Aug 2010 05:29:13 +0000 (13:29 +0800)
19 files changed:
src/include/memory_chunk.h
src/include/novel_types.h
src/lookup/lookup.h
src/lookup/pinyin_lookup.cpp
src/lookup/winner_tree.cpp
src/lookup/winner_tree.h
src/segment/mmseg.cpp
src/storage/ngram.cpp
src/storage/ngram.h
src/storage/phrase_index.cpp
src/storage/phrase_index.h
src/storage/pinyin_base.cpp
src/storage/pinyin_base.h
src/storage/pinyin_large_table.cpp
src/storage/pinyin_large_table.h
src/storage/pinyin_phrase.h
src/training/estimate_interpolation.cpp
src/training/gen_ngram.cpp
src/training/gen_unigram.cpp

index 3571256..978126e 100755 (executable)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index a992e8e..7c3fa21 100755 (executable)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 676c6ea..b15ea91 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index c335453..5beab26 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 248a749..d6fd5e0 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 262f196..ec54623 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 6a3d7f7..1a09e8a 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 7fdc58f..b19cd40 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 39a9ecc..7a723cd 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 7dbecb3..188421a 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index e635453..1f7d99e 100755 (executable)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index cffee3c..90a0baa 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2002,2003,2006 James Su
  *  
index 374cc53..4e7489f 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2002,2003,2006 James Su
  *  
index 794cca5..f5f7726 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 71b3640..fd11aef 100755 (executable)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 07ee0de..25863d2 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 1a547bc..5aa9ea5 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2008 Peng Wu
  *  
index 4dfea78..e0d94b6 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *  
index 7e76693..ec35fc5 100644 (file)
@@ -1,7 +1,6 @@
 /* 
- *  novel-pinyin,
- *  A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- *  Based On Markov Model.
+ *  libpinyin
+ *  Library to deal with pinyin.
  *  
  *  Copyright (C) 2006-2007 Peng Wu
  *