You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I traced Table::Load() and Table::Save() in table.cc.
But I have no idea about how does table.cc save and load the prism file.
Can you give some clues?
Thank you.
The text was updated successfully, but these errors were encountered:
If
*.dict.yaml
contains only one row,table.cc
sometimes failed in some conditions.Case A - Worked
It rewrote from
luna_pinyin.dict.yaml
, removed other rows. This configure worked with defaultluna_pinyin.schema.yaml
.Case B - Failed
Repeated a charactor from Case A. This configure failed with default
luna_pinyin.schema.yaml
.Log
Trace
I traced
Table::Load()
andTable::Save()
intable.cc
.But I have no idea about how does
table.cc
save and load the prism file.Can you give some clues?
Thank you.
The text was updated successfully, but these errors were encountered: