Currently pinyin is handled with a combinator::opt for cases when pinyin is missing. I believe this is a pathological case from the CC-CEDICT files I've downloaded, but I could be wrong. Either way, consider either treating pinyin as mandatory or jyutping as optional.
Currently pinyin is handled with a
combinator::optfor cases when pinyin is missing. I believe this is a pathological case from the CC-CEDICT files I've downloaded, but I could be wrong. Either way, consider either treating pinyin as mandatory or jyutping as optional.