docs: complete documentation system (250+ files)
- System architecture and design documentation - Business module docs (ASL/AIA/PKB/RVW/DC/SSA/ST) - ASL module complete design (quality assurance, tech selection) - Platform layer and common capabilities docs - Development standards and API specifications - Deployment and operations guides - Project management and milestone tracking - Architecture implementation reports - Documentation templates and guides
This commit is contained in:
82
docs/02-通用能力层/05-医学NLP引擎/README.md
Normal file
82
docs/02-通用能力层/05-医学NLP引擎/README.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# 医学NLP引擎
|
||||
|
||||
> **能力定位:** 通用能力层
|
||||
> **复用率:** 14% (1个模块依赖)
|
||||
> **优先级:** P2
|
||||
> **状态:** ⏳ 待实现
|
||||
|
||||
---
|
||||
|
||||
## 📋 能力概述
|
||||
|
||||
医学NLP引擎负责:
|
||||
- 医学实体识别(NER)
|
||||
- 医学术语标准化
|
||||
- 疾病/药物识别
|
||||
|
||||
---
|
||||
|
||||
## 📊 依赖模块
|
||||
|
||||
**1个模块依赖(14%复用率):**
|
||||
1. **DC** - 数据清洗整理(病例数据NER提取)
|
||||
|
||||
---
|
||||
|
||||
## 💡 核心功能
|
||||
|
||||
### 1. 医学实体识别
|
||||
- 疾病识别
|
||||
- 药物识别
|
||||
- 手术识别
|
||||
- TNM分期提取
|
||||
|
||||
### 2. 术语标准化
|
||||
- ICD编码
|
||||
- ATC编码
|
||||
|
||||
### 3. 关系抽取
|
||||
- 疾病-药物关系
|
||||
- 症状-疾病关系
|
||||
|
||||
---
|
||||
|
||||
## 🏗️ 技术方案
|
||||
|
||||
### 云端版(高准确率)
|
||||
```python
|
||||
# 基于LLM API(Claude/GPT)
|
||||
# JSON Mode结构化输出
|
||||
```
|
||||
|
||||
### 单机版(隐私优先)
|
||||
```python
|
||||
# 基于spaCy + 医学模型
|
||||
# 100%本地运行
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🔗 相关文档
|
||||
|
||||
- [通用能力层总览](../README.md)
|
||||
- [DC模块需求](../../03-业务模块/DC-数据清洗整理/README.md)
|
||||
|
||||
---
|
||||
|
||||
**最后更新:** 2025-11-06
|
||||
**维护人:** 技术架构师
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user