[UPDATE] 增加全宋词数据 #4

This commit is contained in:
jackeyGao
2017-03-07 11:41:49 +08:00
parent 9d20a4b4d9
commit de799ae7ad
2 changed files with 24 additions and 0 deletions

24
ci/README.md Normal file
View File

@@ -0,0 +1,24 @@
全宋词
---
```sql
sqlite> .tables
ci ciauthor
sqlite> select count(1) from ci;
21050
sqlite> select count(1) from ciauthor;
1564
sqlite> select * from ci limit 1;
1|||鸿
sqlite> select * from ciauthor limit 1;
1||(1037-1101)...
```

BIN
ci/ci.db Normal file

Binary file not shown.