Chatette
A powerful dataset generator for Rasa NLU, inspired by Chatito
File Explorer
Download Latest Version (.zip)- __init__.py
- _base.py
- factory.py
- jsonl.py
- rasa.py
- rasa_md.py
- __init__.py
- add_rule_command.py
- command_strategy.py
- declare_command.py
- delete_command.py
- examples_command.py
- execute_command.py
- exist_command.py
- exit_command.py
- generate_command.py
- hide_command.py
- parse_command.py
- rename_command.py
- rule_command.py
- save_command.py
- set_modifier_command.py
- show_command.py
- stats_command.py
- unhide_command.py
- __init__.py
- interpreter.py
- terminal_writer.py
- __init__.py
- argument.py
- casegen.py
- randgen.py
- representation.py
- __init__.py
- lexer.py
- lexing_rule.py
- rule_annotation.py
- rule_arg_assignment.py
- rule_arg_decl.py
- rule_comment.py
- rule_content_rule_and_choice.py
- rule_file_inclusion.py
- rule_key_value.py
- rule_line.py
- rule_percent_gen.py
- rule_rand_gen.py
- rule_slot_val.py
- rule_unit_decl.py
- rule_unit_decl_line.py
- rule_unit_ref.py
- rule_unit_rule.py
- rule_unit_start.py
- rule_variation.py
- rule_whitespaces.py
- rule_word.py
- __init__.py
- input_file_manager.py
- line_count_file_wrapper.py
- parser.py
- utils.py
- __init__.py
- deprecations.py
- preconditions.py
- pyversion.py
- __init__.py
- alias.py
- intent.py
- slot.py
- unit_definition.py
- __init__.py
- choice.py
- unit_reference.py
- __init__.py
- ast.py
- generating_item.py
- rule.py
- word.py
- __init__.py
- __main__.py
- configuration.py
- deprecations.py
- facade.py
- generator.py
- log.py
- statistics.py
- utils.py
- cities.chatette
- departure-times.chatette
- nb-people.chatette
- aliases.chatette
- master.chatette
- aliases.chatette
- client_info.chatette
- master.chatette
- prod_lines.chatette
- slots.chatette
- cities.chatette
- departure-times.chatette
- aliases.chatette
- master.chatette
- gif.chatette
- aliases_and_slots.chatette
- master.chatette
- included.chatette
- master.chatette
- toilets.chatette
- chatette-logo.png
- chatette-logo.svg
- interactive-mode-long.gif
- interactive-mode-short.gif
- preview.png
- preview.svg
- classes_No_Name.png
- packages_No_Name.png
- classes_No_Name.png
- packages_No_Name.png
- classes_No_Name.png
- packages_No_Name.png
- classes_No_Name.png
- packages_No_Name.png
- classes.png
- packages.png
- classes.png
- packages.png
- common.txt
- develop.txt
- test.txt
- alias.chatette
- alias.solution
- include.chatette
- include.solution
- included.chatette
- only-words.chatette
- only-words.solution
- simplest.chatette
- simplest.solution
- slot.chatette
- slot.solution
- slot.syn
- words-and-groups.chatette
- words-and-groups.solution
- bug-22-slot-position.chatette
- bug-22-slot-position.solution
- alias.chatette
- alias.solution
- include.chatette
- include.solution
- included.chatette
- one-ex.chatette
- only-words.chatette
- only-words.solution
- slot.chatette
- slot.solution
- slot.syn
- words-and-groups.chatette
- words-and-groups.solution
- zero-ex.chatette
- test_system.py
- test_base.py
- test_factory.py
- test_jsonl.py
- test_rasa.py
- test_rasa_md.py
- other.chatette
- test_command_strategy.py
- test_declare_command.py
- test_delete_command.py
- test_exist_command.py
- test_exit_command.py
- test_hide_command.py
- test_parse_command.py
- test_rename_command.py
- test_show_command.py
- test_stats_command.py
- toilets.chatette
- test_terminal_writer.py
- test_argument.py
- test_casegen.py
- test_randgen.py
- test_representation.py
- test_init.py
- test_pyversion.py
- test_deprecations.py
- test_log.py
- test_statistics.py
- test_utils.py
- notes.md
- .gitignore
- .pylintrc
- .travis.yml
- benchmarks.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- syntax-specs.md
- TODOs.md
- tox.ini
- VISION.md
# Installation Guide
1. Get the code
git clone https://github.com/SimGus/Chatette
Downloads the entire project code from GitHub to your computer.
cd Chatette
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install chatette
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install chatette
Installs the package published on PyPI directly โ no need to clone the source.
pip install -r requirements/common.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip uninstall chatette
Type this command into your terminal and run it.
python -m chatette <path_to_template>
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
