上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 本地运行轻量级EDAS调用服务的时候报错如下: 2018-01-08 13:16:58.029 WARN [http-bio-8090-exec-8:t.hsf] [RPC Protocol call service[com.cccc.commodity.busi.mat.QryMatSubCata 阅读全文
posted @ 2018-01-08 13:30 大刀客 阅读(3176) 评论(0) 推荐(0) 编辑
摘要: 最近在项目上应用到了ElasticSearch和Logstash,在此主要记录了Logstash-input-jdbc同步Oracle数据库到ElasticSearch的主要步骤,本文是对环境进行简单的配置,如需在实际环境中运行还需要进一步调整。 首先要配置服务器环境 安装Java 安装Elasti 阅读全文
posted @ 2016-12-01 09:28 大刀客 阅读(12799) 评论(0) 推荐(1) 编辑
摘要: 使用以下命令可下载成功,否则下载下来的可能是一个html文档。 wget --no-cookies --no-check-certificate --header "Cookie:gpw_e24=http%3a%2f%2fwww.oracle.com%2ftechnetwork%2fjava%2fj 阅读全文
posted @ 2016-06-06 17:18 大刀客 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 在运行Stanford CoreNLP过程中会用到tokenize,pos等参数,这些以常量形式定义在edu.stanford.nlp.pipeline.Annotator中,具体如下: /** * These are annotators which StanfordCoreNLP knows h 阅读全文
posted @ 2016-05-13 15:39 大刀客 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 分句功能参考 Stanford Tokenizer。 在edu.stanford.nlp.pipeline包中实现了一系列分词分句功能,其中SentenceAnnotator类实现了对文件分句功能. 运行Demo程序:在edu.stanford.nlp.pipeline.demo包中找到Stanfo 阅读全文
posted @ 2016-05-13 14:28 大刀客 阅读(2983) 评论(0) 推荐(0) 编辑
摘要: Standford Named Entities Recognizer(NER),命名实体识别是信息提取(Information Extraction)的一个子任务,它把文字的原子元素(Atomic Element)定位和分类好,然后输出为固定格式的目录,例如: 人名、组织、位置、时间的表示、数量、 阅读全文
posted @ 2016-05-11 11:29 大刀客 阅读(881) 评论(0) 推荐(0) 编辑
摘要: Stanford CoreNLP Part Of Speech简称POS,主要是对待分析的句子中的单词进行标记的功能,如标记名词、动词等,该组件是CoreNLP工程的一部分,详细内容可参考:CoreNLP POS,使用POS 阅读全文
posted @ 2016-05-11 09:36 大刀客 阅读(654) 评论(0) 推荐(0) 编辑
摘要: Stanford CoreNLP功能之一是Sentiment Analysis(情感分析),可以标识出语句的正面或者负面情绪,包括:Positive,Neutral,Negative三个值。 运行有两种方式:命令行和Eclipse运行,两种方式都需要编译源代码,源码可以在http://stanfor 阅读全文
posted @ 2016-05-06 11:28 大刀客 阅读(3123) 评论(0) 推荐(0) 编辑
摘要: Standford CoreNLP包含很多功能,github上有源码,github地址:Stanford CoreNLP,有需要的话可以下载看看。 主要内容在网站上都有描述,原文是这样写的: Choose Stanford CoreNLP if you need: An integrated too 阅读全文
posted @ 2016-05-06 11:13 大刀客 阅读(3787) 评论(0) 推荐(0) 编辑
摘要: 以下是Stanford parser中的标记中文释义供参考。 probabilistic context-free grammar(PCFG) ROOT:要处理文本的语句 IP:简单从句 NP:名词短语 VP:动词短语 PU:断句符,通常是句号、问号、感叹号等标点符号 LCP:方位词短语 PP:介词 阅读全文
posted @ 2016-04-29 11:34 大刀客 阅读(4257) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页