腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
StanfordCoreNLP
与
StanfordCoreNLPServer
不同
stanford-nlp
、
stanford-nlp-server
如果运行: edu.stanford.nlp.pipeline.
StanfordCoreNLPServer
-mx3g -cp "*“java -props
StanfordCoreNLP
-spanish.propertiesjava -mx3g -cp "*“edu.stanford.nlp.pipeline.
StanfordCoreNLP
-props
StanfordCoreNLP
-spanish.properties~/CoreNLP/stanford-corenlp-ful
浏览 6
提问于2016-09-01
得票数 1
0
回答
如何在package.json start的同一命令行中运行节点服务器和java服务器
java
、
node.js
、
linux
、
npm
、
package.json
我需要运行:和:我试过了: node server.js;java -Xmx4g -cp 'libraries/corenlp/*
浏览 9
提问于2017-06-05
得票数 0
回答已采纳
2
回答
维基百科实体注释器未在斯坦福大学coreNLP工作
nlp
、
stanford-nlp
(
StanfordCoreNLP
.java:447) at edu.stanford.nlp.pipeline.
StanfordCoreNLP
.<init>(
StanfordCoreNLP
.java:133) at edu.stanford.nlp.pipeline.
Sta
浏览 4
提问于2017-06-20
得票数 1
回答已采纳
1
回答
如何使用/安装
StanfordCoreNLP
的语言模型?(英语-完整,英语-kbp)
stanford-nlp
我计划在我的情感分析练习中使用
StanfordCoreNLP
。 谁能告诉我安装/使用
stanfordcorenlp
模型的步骤- english-full和english-kbp?我已经从他们的网站下载了
stanfordcorenlp
。
浏览 0
提问于2020-03-26
得票数 0
1
回答
如何在Windows上设置斯坦福CoreNLP服务器以返回文本情感
java
、
server
、
stanford-nlp
、
sentiment-analysis
我成功地安装了斯坦福大学CoreNLP 3.6.0,并且我有一个服务器正在运行:at edu.stanford.nlp.pipeline.
StanfordCoreNLPServer
$CoreNLPHandler.getProperties(
StanfordCoreNLPServer
.java:476) at edu.s
浏览 6
提问于2016-02-09
得票数 6
回答已采纳
2
回答
斯坦福NLP服务器::未知注释器:情绪
java
、
stanford-nlp
、
stanford-nlp-server
我刚刚使用以下命令下载并运行Standfor 3.6.0 :java.lang.IllegalArgumentException: Unknown annotator: sentiment at edu.stanford.nlp.pipeline.
StanfordCoreNLP
.ensurePrerequisiteAnnotators(
StanfordCoreNLP
.ja
浏览 6
提问于2016-08-03
得票数 0
回答已采纳
1
回答
依赖分析器不工作-斯坦福核心NLP
python
、
nlp
、
nltk
、
stanford-nlp
import sent_tokenizeimport osfrom nltk.corpus import wordnet as wnimport json sents_clauses = [] CORE_NLP_DIR = os.getcwd() print(CORE_NLP_DIR)
浏览 2
提问于2019-01-24
得票数 1
1
回答
如何在斯坦福TokensRegex服务器上使用自定义CoreNLP规则注解器?
stanford-nlp
、
stanford-nlp-server
、
corenlp-server
/tokensregex/color.input.txt -outputFormat text wget未知注释:颜色在edu.stanford.nlp.pipeline.
StanfordCoreNLP
.en
浏览 3
提问于2016-11-05
得票数 4
回答已采纳
2
回答
斯坦福CoreNLP TokensRegex /在Python语言中解析.rules文件时出现错误
python
、
regex
、
stanford-nlp
、
named-entity-recognition
<init>(
StanfordCoreNLP
.java:188)[pool-1-thread-3] INFO<init>(
StanfordCoreNLP<
浏览 0
提问于2020-04-16
得票数 0
3
回答
尝试运行Stanford Core NLP服务器时出现“找不到或加载主类”错误
java
、
ant
、
stanford-nlp
我可以通过运行以下命令来运行命令行版本:但是我不能让服务器版本工作。我试着跑步但是得到了错误 edu.stanford.nlp.pipeline.
S
浏览 0
提问于2015-12-07
得票数 2
2
回答
连接到专用服务器- CoreNLP
python
、
python-3.x
、
stanford-nlp
、
python-3.6
、
corenlp-server
我已经成功地
与
斯坦福的服务器连接和通信,您需要在命令行提示符中输入以下内容:并在您的python代码中使用nlp =
StanfordCoreNLP
('http://localhost:9000')。我现在需要知道如何
与
本地服务器通信。 有人能告诉我我需要用什么代替nlp = <e
浏览 8
提问于2017-04-25
得票数 0
回答已采纳
1
回答
斯坦福大学CoreNLP tokenize.whitespace属性不适用于中文
python
、
stanford-nlp
但是我正在使用python,pycorenlp来
与
CoreNLP服务器交互,并且对java一无所知。我的服务器是这样运行的:在我的jupyter笔记本上: from pycorenlp import
StanfordCor
浏览 3
提问于2017-07-25
得票数 1
1
回答
斯坦福CORENLP主机持续崩溃(NullPointerException)
nlp
、
stanford-nlp
、
stanford-nlp-server
、
corenlp-server
windows上使用以下命令加载服务器: at com.sun.net.httpserver.Filter$Chain.doFilteredu.stanford.nlp.pipeline.Annotation
浏览 3
提问于2016-08-07
得票数 0
1
回答
自定义StanfordNLP服务器中的NER
stanford-nlp
适用于:的
StanfordCoreNLP
Java命令,但当我运行以下
StanfordCoreNLPServer
命令时,它失败了: “edu.stanford.nlp.pipeline.
Stanf
浏览 2
提问于2019-04-05
得票数 1
1
回答
无法使用Shift-Reduce解析器启动斯坦福CoreNLP服务器
stanford-nlp
我已经在本地设置了coreNLP服务器,可以使用以下命令启动:parser.model = edu/stanford/nlp/models/srparser/englishSR.ser.gzedu.stanford.nlp.pipeline.
Stanfo
浏览 54
提问于2018-08-02
得票数 1
回答已采纳
1
回答
StanfordCoreNLP
-将pipelineLanguage设置为德语不工作?
stanford-nlp
、
pycorenlp
我正在使用pycorenlp客户端来
与
斯坦福CoreNLP服务器对话。在我的设置中,我将pipelineLanguage设置为german,如下所示:java -mx4g -cp "*" edu.stanford.nlp.pipeline.
StanfordCoreNLPServer
-port 9000 -timeout 15000 才能启动服务器我从记录器那里得到了以
浏览 7
提问于2017-11-20
得票数 0
1
回答
使用Python3将道具(属性)从Java转换为
StanfordCoreNLPServer
java
、
python-3.x
、
stanford-nlp
我正在将使用
StanfordCoreNLP
的Java代码转换为访问
StanfordCoreNLPServer
.的Python我根本不是Java开发人员。java代码使用以下属性实例化
StanfordCoreNLP
pipeline。"de"); props.put("regexner.mapping", Init.REGEXNER);
StanfordCoreN
浏览 0
提问于2018-07-02
得票数 0
回答已采纳
1
回答
如何在Windows10下启动远程访问(非本地主机)的斯坦福CoreNLP服务器
stanford-nlp
如何启动
StanfordCoreNLP
服务器以便远程访问它(在Windows10平台上)?命令行是:输出为:[main] INFO CoreNLP - setting default constituency parser[main] INFO CoreN
浏览 2
提问于2018-03-11
得票数 0
1
回答
NLTK斯坦福分部,如何设置CLASSPATH
java
、
python
、
classpath
、
nltk
、
stanford-nlp
我正在尝试使用NLTK标记包中的Segementer位。然而,我遇到的问题只是尝试使用基本的测试集。运行以下命令:from nltk.tokenize.stanford_segmenter import StanfordSegmenterseg.default_config('zh')print(seg.segment(sent))我只想说.javapath =
浏览 8
提问于2017-10-13
得票数 2
回答已采纳
2
回答
防止Stanford服务器输出其接收的文本
nlp
、
stanford-nlp
我正在运行一个服务器:'''''' from pycorenlp import
Stan
浏览 5
提问于2016-04-21
得票数 2
回答已采纳
点击加载更多
相关
资讯
与致同,预见不同
与特斯拉不同 蔚来将用多个品牌覆盖不同用户
DTS与DolbyDigital有何不同?
coin与token有什么不同?
同步与异步Python有何不同?
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
语音识别
活动推荐
运营活动
广告
关闭
领券