Metadata-Version: 2.1
Name: nonebot-plugin-abstract
Version: 1.0.5
Summary: Plugin for nonebot2 that abstracts statements
Home-page: https://github.com/CherryCherries/nonebot-plugin-abstract
License: MIT
Author: CherryCherries
Author-email: cherrycherries@foxmail.com
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: jieba (==0.42.1)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: pinyin (==0.4.0)
Project-URL: Repository, https://github.com/CherryCherries/nonebot-plugin-abstract
Description-Content-Type: text/markdown

# nonebot-plugin-abstract

适用于 Nonebot2 的语句抽象化插件

### 目前已实现功能
- [x] 语句抽象话。

### 未来要实现的功能
- [ ] 分好抽象等级，例如基本抽象和深度抽象。~~怕抽象的语句过于抽象了。~~


### 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_abstract
```

- 使用 pip

```
pip install nonebot_plugin_abstract
```


### 使用
```
抽象 [要抽象的语句]
```


### 示例

<div align="left">
  <img src="https://s2.loli.net/2022/03/25/qdiuRKBILSJ1NxV.jpg" width="400" />
</div>


### 特别感谢

- [THUzhangga/NMSL](https://github.com/THUzhangga/NMSL) Abstraction your words——never mind the scandal and liber

