镜像自地址
https://gitee.com/medical-alliance/Medical-nlp.git
已同步 2025-12-06 01:16:47 +00:00
增加医学辞典构建
这个提交包含在:
18
.idea/workspace.xml
自动生成的
18
.idea/workspace.xml
自动生成的
@@ -20,8 +20,8 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="818087ba-af84-4167-ab4f-8ca76742a4b1" name="Default" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/src/zhiwang_dict.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -164,22 +164,22 @@
|
||||
</option>
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.bottom" timestamp="1602081943103">
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.bottom" timestamp="1602082310445">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1602081943103" />
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.center" timestamp="1602081943102">
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1602082310445" />
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.center" timestamp="1602082310444">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1602081943102" />
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.left" timestamp="1602081943102">
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1602082310444" />
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.left" timestamp="1602082310444">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1602081943102" />
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.right" timestamp="1602081943102">
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1602082310444" />
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.right" timestamp="1602082310444">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1515" height="210" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1602081943102" />
|
||||
<state width="1515" height="273" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1602082310444" />
|
||||
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1599057981367">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
|
||||
46
README.md
46
README.md
@@ -4,34 +4,30 @@
|
||||
基于自然语言处理医学知识
|
||||
|
||||
#### 软件架构
|
||||
软件架构说明
|
||||
- 医学辞典构建
|
||||
- 医学分词
|
||||
- 医学新词发现
|
||||
- 医学词向量构建
|
||||
- 医学命名体识别
|
||||
- 医学语句分类
|
||||
- 医学句子关系抽取
|
||||
|
||||
#### 医学辞典构建
|
||||
|
||||
#### 安装教程
|
||||

|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
##### 中国知网爬取数据结构
|
||||
|
||||
#### 使用说明
|
||||
```
|
||||
{
|
||||
"概述":"",
|
||||
"相似词":"",
|
||||
"相关词":"",
|
||||
"期刊名":"",
|
||||
"文章名":"",
|
||||
"期刊关键词":"",
|
||||
"期刊摘要":"",
|
||||
}
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
```
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
1. Fork 本仓库
|
||||
2. 新建 Feat_xxx 分支
|
||||
3. 提交代码
|
||||
4. 新建 Pull Request
|
||||
|
||||
|
||||
#### 码云特技
|
||||
|
||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||
|
||||
二进制
image/词库构建.png
普通文件
二进制
image/词库构建.png
普通文件
二进制文件未显示。
|
之后 宽度: | 高度: | 大小: 15 KiB |
在新工单中引用
屏蔽一个用户