小编deb*_*015的帖子

找不到功能tagPOS

尝试使用openNLP标记句子.

library(openNLP)
str <- "this is a the first sentence."
tagged_str <-  tagPOS(str)
Run Code Online (Sandbox Code Playgroud)

收到以下错误:

Error: could not find function "tagPOS"
Run Code Online (Sandbox Code Playgroud)

有什么建议?谢谢.

r opennlp

4
推荐指数
1
解决办法
3324
查看次数

标签 统计

opennlp ×1

r ×1