https://github.com/cssxsh/mirai-hibernate-nlp
Mirai Hibernate Plugin 的 NLP 扩展,用于导出 NLP 所用聊天数据
https://github.com/cssxsh/mirai-hibernate-nlp
Last synced: about 1 year ago
JSON representation
Mirai Hibernate Plugin 的 NLP 扩展,用于导出 NLP 所用聊天数据
- Host: GitHub
- URL: https://github.com/cssxsh/mirai-hibernate-nlp
- Owner: cssxsh
- License: agpl-3.0
- Created: 2022-09-11T17:11:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T16:04:28.000Z (over 3 years ago)
- Last Synced: 2025-05-08T03:17:58.929Z (about 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Mirai Hibernate NLP](https://github.com/cssxsh/mirai-hibernate-nlp)
> Mirai Hibernate Plugin 的 NLP 扩展,用于导出 NLP 所用聊天数据
相关项目:
[Mirai Hibernate Plugin](https://github.com/cssxsh/mirai-hibernate-plugin) 前置插件,用于 Hibernate ORM 框架的初始化
## Command
### nlp-export
* `/nlp-export original ` 导出 原始数据
举例: `/nlp-export original 123456 2022-09-01 2022-10-01`
* `/nlp-export gpt2 ` 导出 原始数据
举例: `/nlp-export gpt2 123456 2022-09-01 2022-10-01`
## 安装
### 手动安装
1. 运行 [Mirai Console](https://github.com/mamoe/mirai-console) 生成 `plugins` 文件夹
2. 从 [Releases](https://github.com/cssxsh/mirai-hibernate-nlp/releases) 下载 `jar` 并将其放入 `plugins` 文件夹中