泰语分段句
使用句子的泰语分词
安装
句子: :
然后安装pythaipiece
pip3 install https://github.com/wannaphongcom/thai-word-segmentation-sentencepiece/archive/master.zip
使用
>> > import pythaipiece
>> > pythaipiece . segment ( "ทดสอบการตัดคำภาษาไทยครับ แล้วคุณทำอะไร" )
[ 'ทดสอบ' , 'การ' , 'ตัด' , 'คํา' , 'ภาษาไทย' , 'ครับ' , '' , 'แล้ว' , 'คุณ' , 'ทํา' , 'อะไร' ]