Vocab-Apps / python-pinyin-jyutping-sentence

Convert a Chinese sentence to Pinyin or Jyutping
GNU General Public License v3.0
54 stars 5 forks source link

request: please add the output from jieba #15

Open bk111 opened 1 year ago

bk111 commented 1 year ago

pinyin_jyutping_sentence_jieba.pinyin("提高口语") '提高 口语'

luc-vocab commented 1 year ago

just curious why not just use jieba itself if you just want the tokenization ?

bk111 commented 1 year ago

just curious why not just use jieba itself if you just want the tokenization ?

if I just import 1 package and get 2 outputs, why we need import 2 packages? sometimes the outputs maybe not consistencies