Metadata-Version: 2.1
Name: chatette-qiu
Version: 1.4.2
Summary: A dataset generator for Rasa NLU,copy from https://github.com/SimGus/Chatette,
Home-page: https://github.com/fanfanfeng/Chatette
Author: SimGus
License: MIT
Description: # Chatette-qiu
        Chatito是用于创建聊天机器人训练数据集的自然语言生成工具
        原始代码是参考https://github.com/SimGus/Chatette实现
        
        ## Intent of this project
        这个项目的目的和初衷，是为了更好的适配自己的需求。
        比如：input的时候只能传一个文件，不支持传目录
        
        
        
        ## Quick Install
        ```
        pip install chatette_qiu
        生成训练数据命令：
                python -m chatete_qiu input_file_or_folder -o output_path
        
        
                input_file_or_folder  输入的chatette模板文件路劲或者文件夹
                output_path           结果输出目录
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing
Classifier: Topic :: Communications
Description-Content-Type: text/markdown
