Metadata-Version: 2.1
Name: neural-dialog-system
Version: 0.1.0
Summary: Neural dialog system with context-aware conversation
Author: Tntnext
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jieba >=0.42.1
Requires-Dist: numpy >=1.18.0

# Neural Dialog System

基于神经网络的中文对话系统，支持上下文感知和自定义训练。

## 功能特性

- 基于简单神经网络架构
- 支持上下文记忆（最近3轮对话）
- 可自定义训练数据
- 提供命令行接口
- 模型持久化支持

## 安装

```bash
pip install neural-dialog-system
