0

I am building a chatbot using nltk.util pairs. I am using regular expressions for the combinations! I want one of the responses to be “ Visit Google” where “Google” should be a hyperlink that should take you to https://www.google.com!

5
  • What do you mean by "hyperlinked strings"? Commented Apr 1, 2020 at 4:53
  • A clickable string! When you click on a string it has to navigate to a specified website! Commented Apr 1, 2020 at 6:12
  • In what will you be showing the hyperlink? A console (print(hyperlink_str))? A GUI? Commented Apr 1, 2020 at 6:42
  • In a console!!! Commented Apr 1, 2020 at 13:18
  • stackoverflow.com/q/40419276/10475068 Commented Apr 2, 2020 at 2:39

1 Answer 1

-1

It depends on what media you are showing this hyperlink. You must format the output corresponding to this

For example, if it's in web page (and the page allows it), you can return a "" link

If it's in a cli, you probably won't be able with the standard interface of the OS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.