ACEngine:答案约束引擎的python包装器

时间:2024-03-03 18:11:21
【文件属性】:

文件名称:ACEngine:答案约束引擎的python包装器

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-03 18:11:21

Python

答案约束引擎的python包装器 该软件包是的包装 安装 pip install ACEngine 快速开始 英语语法资源 from ace . paraphrase import generate_paraphrase text = "The quick brown fox that jumped over the lazy dog took a nap." paraphrase_list = generate_paraphrase ( text ) for paraphrase in paraphrase_list : print ( paraphrase ) # The brown quick fox which jumped over the lazy dog took a nap. # The brown quick fox that jumped over the la


【文件预览】:
ACEngine-master
----setup.py(2KB)
----.gitignore(51B)
----.travis.yml(521B)
----MANIFEST.in(18B)
----LICENSE(1KB)
----setup.cfg(42B)
----README.md(2KB)
----tests()
--------ace_tests()
----ace()
--------data()
--------__init__.py(144B)
--------paraphrase.py(1KB)

网友评论