上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: wxml代码 <wxs src="../../wxs/string.wxs" module="tools" /> <!-- 调用tools.img(item.content)返回bool,也可以返回其他值 --> <view class='clearfix' wx:if="{{tools.img(i 阅读全文
posted @ 2019-05-13 00:00 致林 阅读(10775) 评论(1) 推荐(0) 编辑
摘要: 1. redis数据类型 2. tcp怎么保证可靠性 3. 操作系统线程相关问题 4. mq作用、原理 5. 分布式系统CAP 阅读全文
posted @ 2019-04-03 09:05 致林 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 2019年3月16日 阅读全文
posted @ 2019-03-16 23:26 致林 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 原文地址: "https://www.cnblogs.com/codeape/p/3845375.html" 目录[隐藏] window.content_index_showTocToggle=true;function content_index_toggleToc(){var tts="显示"; 阅读全文
posted @ 2019-02-11 17:48 致林 阅读(532) 评论(0) 推荐(0) 编辑
摘要: cips关于自然语言处理的深度科普文章,该文章整体介绍了中文自然语言处理的一些任务、难点、部分解决方案等,推荐NLP方向的都了解一下。 pdf下载链接: "中文信息处理发展报告(2016)" 中文信息学会网站: "http://www.cipsc.org.cn/index.php" 目录如下: 第一 阅读全文
posted @ 2019-02-02 10:27 致林 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 原文地址 http://blog.sina.com.cn/s/blog_574a437f01019poo.html 昨天实验室一位刚进组的同学发邮件来问我如何查找学术论文,这让我想起自己刚读研究生时茫然四顾的情形:看着学长们高谈阔论领域动态,却不知如何入门。经过研究生几年的耳濡目染,现在终于能自信地 阅读全文
posted @ 2019-02-02 10:23 致林 阅读(624) 评论(0) 推荐(0) 编辑
摘要: sbin/start all.sh 启动所有的Hadoop守护进程。包括NameNode、 Secondary NameNode、DataNode、ResourceManager、NodeManager sbin/stop all.sh 停止所有的Hadoop守护进程。包括NameNode、 Sec 阅读全文
posted @ 2019-01-21 17:10 致林 阅读(1013) 评论(1) 推荐(0) 编辑
摘要: 本月主要研究方向: 1. 实体识别 2. 对话管理 3. CI、CD https://www.cnblogs.com/hdflzh/p/4118013.html 阅读全文
posted @ 2019-01-05 12:59 致林 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1. jar包同目录添加 start.sh 2. 添加启动权限chmod 755 start.sh 3. ./start.sh 阅读全文
posted @ 2018-12-30 16:26 致林 阅读(388) 评论(0) 推荐(0) 编辑
摘要: [2] 向晓雯. 基于条件随机场的中文命名实体识别[D]. , 2006. [3] 张祝玉, 任飞亮, 朱靖波. 基于条件随机场的中文命名实体识别特征比较研究[C]//第 4 届全国信息检索与内容安全学术会议论文集. 2008. [4] Huang Z, Xu W, Yu K. Bidirectio 阅读全文
posted @ 2018-12-28 11:14 致林 阅读(328) 评论(0) 推荐(0) 编辑
摘要: "https://elasticsearch.cn/article/132" 备注,分组字段只能是 keyword或num类型,不能是text类型  在 Elasticsearch 5.x 有一个字段折叠(Field Collapsing, 22337)的功能非常有意思,在这里分享一下, 阅读全文
posted @ 2018-12-26 14:18 致林 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1. 场景: 系统A:nodejs+vue.js 系统B:spring boot 通过系统A前端调用系统B,一直提示:No 'Access Control Allow Origin' header is present on the requested resource 2. 定位问题: js跨域问 阅读全文
posted @ 2018-12-25 16:50 致林 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: nginx转发成功报400 bad request,服务端未收到请求 解决办法: upstream后面不要跟下划线 例如: upstream auth_service{ server 30.4.164.151:10002; } location /auth_service { proxy_pass 阅读全文
posted @ 2018-12-25 11:38 致林 阅读(3230) 评论(2) 推荐(0) 编辑
摘要: https://www.cnblogs.com/youyouluo/p/6853436.html https://blog.csdn.net/qq_21703215/article/details/80367006 阅读全文
posted @ 2018-12-17 22:14 致林 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 自定义命名实体提取 阅读全文
posted @ 2018-12-12 15:06 致林 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 从零开始搭建FAQ引擎 深度语义匹配 阅读全文
posted @ 2018-11-18 19:51 致林 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 从零开始搭建FAQ引擎 基于ES的字面匹配 阅读全文
posted @ 2018-11-18 19:49 致林 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 从零开始搭建FAQ引擎 搭建框架 阅读全文
posted @ 2018-11-18 19:45 致林 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 文章介绍使用rasa nlu和 rasa core 实现一个电信领域对话系统demo,实现简单的业务查询办理功能,更完善的实现需要进一步数据的收集。demo基于玩具数据集,可以达到下面的效果: Bot loaded. Type a message and press enter : YOU:你是谁 阅读全文
posted @ 2018-10-28 21:06 致林 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 本文介绍了一种新的语言表征模型 BERT——来自 Transformer 的双向编码器表征。与最近的语言表征模型不同,BERT 旨在基于所有层的左、右语境来预训练深度双向表征。BERT 是首个在大批句子层面和 token 层面任务中取得当前最优性能的基于微调的表征模型,其性能超越许多使用任务特定架构 阅读全文
posted @ 2018-10-14 19:35 致林 阅读(581) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页