Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
LuoZijun committed Jun 2, 2019
1 parent 482a0d7 commit 812c7c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/syllable/src/pinyin.rs
Expand Up @@ -10,14 +10,6 @@ const ________: &'static str = SP;


// 拼音音节总表
// 这个表可以扩展为当前大小的 4 倍, 用于存放 音调数据
// 即:
// 0 ... 835 => 无声调模式
// 836 ... 1671 => 第一声
// 1672 ... 2507 => 第二声
// 2508 ... 3343 => 第三声
// 3344 ... 4179 => 第四声
//
// ∅ b p m f d t n l g k h j q x zh ch sh r z c s
// Len: 924 * 5 = 4620
pub static PINYIN_TABLE: [&'static str; 8316] = [
Expand Down

0 comments on commit 812c7c3

Please sign in to comment.