找回密码
 立即注册
查看: 4766|回复: 0

jiebaR中文分词过程的搜狗细胞词库等自定义词典导入问题

[复制链接]
发表于 2016-8-11 16:43:03 | 显示全部楼层 |阅读模式
> dir.path<- "E:/财经金融词汇大全【官方推荐】.scel"
> decode_scel(scel = str_c(dir.path,".scel"),
+ output = paste0(dir.path,".txt"),
+ cpp=TRUE)
Error in decode_scel(scel = str_c(dir.path, ".scel"), output = paste0(dir.path,  :
  no such files.
这个错误怎么解决
###
> library(cidian)
> dir.path<- "E:/搜狗细胞词库.scel"
> decode_scel(scel = str_c(dir.path,".scel"),
+ output = paste(dir.path,".txt"),
+ cpp=TRUE)
Error in decode_scel(scel = str_c(dir.path, ".scel"), output = paste(dir.path,  :
  no such files.
###
求教大神


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-23 06:31 , Processed in 0.036432 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表