gpt4 book ai didi

R openNLP 找不到函数 sentDetect()

转载 作者:行者123 更新时间:2023-12-04 10:53:42 25 4
gpt4 key购买 nike

我正在使用一些包(webmining、sentiment、openNLP)来提取一些关于股票 JPM 的句子,但运行时出现以下错误:

Error in eval(expr, envir, enclos) : could not find function "sentDetect"

这是我使用的代码,我确保安装了所有包。我检查了“语料库”变量,它是“一个包含 20 个文本文档的语料库”。我还使用“library(help=openNLP)”列出了包“openNLP”中的所有函数,但没有在列表中找到“sentDetect”。

library(XML)
library(tm)
library(tm.plugin.webmining)
library(tm.plugin.sentiment)
library(NLP)
library(openNLP)

stock <-"JPM"
corpus <- WebCorpus(GoogleFinanceSource(stock))

sentences <- sentDetect(corpus)

这里是运行环境。可能与R 3.0.1版本(对于openNLP来说太新)或64位Windows系统有关?

R version 3.0.1 (2013-05-16) -- "Good Sport" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)

非常感谢。

维宏

最佳答案

尝试使用'qdap'包

library("qdap")

然后使用函数'sent_detect'

sent_detect(xyz)

关于R openNLP 找不到函数 sentDetect(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18370518/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com