Skip to content

raoulvm/rasa_extract_response_links

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

links.py is a script to extract markdown links from a bot's utterance defined in the domain files.

Usage

First, install the dependencies with pip install -r requirements.txt.

Then, read python links.py --help.

Examples

Single domain file

If you want to extract the links from the bot utterances of a specific domain file:

python links.py --domain ./tests/domain.yml --out extraction_results.csv

Multiple domain files

If you want to extract the links from the bot utterances by recursively going through all the domain files in a specific folder:

python links.py --domain ./tests --out extraction_results.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%