FastWordQuery icon indicating copy to clipboard operation
FastWordQuery copied to clipboard

音标拆分为最小字段

Open qhiuafhdi opened this issue 6 years ago • 0 comments

我的需求是,例如在获取了剑桥英英词典的音标:ˈeɪ.ʒən后,将其拆分为eɪ,ʒ,ə,n,的形式。 目前,我已经通过代码实现了拆分的功能, 但我应该在您的哪段代码中获取到音标(作为输入)? 以及将拆分后的音标输入到anki卡片中?

qhiuafhdi avatar May 22 '19 05:05 qhiuafhdi