if-then if command then commands fi bash shell中的if语句运行在if行定义的命令. 如果命令突出状态时0, 将执行then后面的命令. 如果命令的退出状态时0以外的其他值,那么then后面的命令将不会执行.#!/bin/bash # testing th ...
分类:
系统相关 时间:
2020-05-22 17:27:54
阅读次数:
55
1.概述 Lexical Analysis of Chinese,简称 LAC,是一个联合的词法分析模型,在单个模型中完成中文分词、词性标注、专名识别任务。我们在自建的数据集上对分词、词性标注、专名识别进行整体的评估效果。主要通过标注来完成这些任务。 2.预测和损失函数 标注问题一般用crf来作为损 ...
分类:
其他好文 时间:
2020-05-21 00:32:49
阅读次数:
74
下载链接:https://github.com/pingfangx/jetbrains-in-chinese 从 [[github](https://www.pingfangx.com/xx/translation/jetbrains/download/github)] [[百度云(提取码:2222 ...
分类:
其他好文 时间:
2020-05-19 20:18:11
阅读次数:
66
最近在学习thymeleaf模板引擎,在使用th:text读取国际化文本时读取不到值,如下: 资源目录结构如下: index.html 内容: home.properties 内容: 在度娘的帮助下,找到了问题的所在, spring.messages.basename 默认值为 messages , ...
分类:
其他好文 时间:
2020-05-19 18:00:57
阅读次数:
250
Siamese network 孪生神经网络--一个简单神奇的结构 mountain blue 机器学习爱好者 名字的由来 Siamese和Chinese有点像。Siam是古时候泰国的称呼,中文译作暹罗。Siamese也就是“暹罗”人或“泰国”人。Siamese在英语中是“孪生”、“连体”的意思,这 ...
分类:
Web程序 时间:
2020-05-19 14:48:23
阅读次数:
136
相关资料: PhpStorm 2019.3 汉化包 PhpStorm-Chinese ...
分类:
Web程序 时间:
2020-05-18 16:33:28
阅读次数:
49
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2020-05-16 15:13:55
阅读次数:
66
下载解压切换目录略~ 编译nginx 没有报错 然后我们make 第一个报错就这样出来了 _ : src/core/ngx_murmurhash.c: In function ‘ngx_murmur_hash2’: src/core/ngx_murmurhash.c:37:11: error: th ...
分类:
其他好文 时间:
2020-05-16 00:11:16
阅读次数:
1613
vscode 非常帮的插件 "点击链接跳转" 1. 翻译 2. Auto Close Tag 3. Auto Rename Tag 4. Beautify 5. Bracket Pair Colorizer 6. Chinese Language 7. ESLint 8. Markdown Tabl ...
分类:
其他好文 时间:
2020-05-14 11:28:26
阅读次数:
73
中国五城市六年pm2.5大数据可视化 一,典型课题研究 中国五城市六年的pm2.5的值与那些因素有关,与PM2.5的变化 二,数据 1,数据源:https://www.kaggle.com/uciml/pm25-data-for-five-chinese-cities 2,数据集介绍 Context ...
分类:
其他好文 时间:
2020-05-14 01:07:54
阅读次数:
243