Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsed 's/\B/ /g' ./train.tags.en-zh.zh > xxx.txt 出现乱码 #1
Comments
|
这个会不是是* |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
这个会不是是* |
您好,我在阅读9.3.2时,用sed 's/\B/ /g' ./train.tags.en-zh.zh > xxx.txt命令将 IWLST TED的train.raw.zh文件中的每个字符之间的边界替换为空格,但是结果文件是乱码,貌似\B 不work, 该怎么处理呢?