Iorest/rime-dict

个别词库的表头格式有问题

Closed this issue · 1 comments

有效词库的表头格式应该是

---
name: luna_pinyin
version: "2020.08.03"
sort: by_weight
use_preset_vocabulary: true
...

最后三个是点。
而仓库中部分词表的表头最后三个也是---,这会导致对应的词典无法识别。例如

---
name: luna_pinyin.poetry
version: "2013.11.21"
sort: by_weight
use_preset_vocabulary: true
---

不知道为什么我第一次克隆下来的是 #6c2e33 提交