# Prompts by Semiosis
-------
## A List of Reasons Why
**Prompt:**
I had to write down all the reasons why {input}
This is my list:
-------
-------
## Abstractively Summarise
**Prompt:**
Document:
<delim>
{input}
<delim>
Summary:
<delim>
-------
-------
## Add Figurative Imagery
**Prompt:**
Add figurative imagery to the following prose:
<delim>
Autumn leaves cover the ground.
<delim>
The autumn leaves are a blanket on the
ground.
<delim>
Add figurative imagery to the following prose:
<delim>
He liked kissing her.
<delim>
Her lips tasted as sweet as sugar.
<delim>
Add figurative imagery to the following prose:
<delim>
I was hurt by his words. I have a headache.
<delim>
His words felt like a dagger in my heart.
My head is pounding like a drum.
<delim>
Add figurative imagery to the following prose:
<delim>
{input}
<delim>
-------
-------
## Adjective-Noun Pair from Word
**Prompt:**
Given a Word, describe it with an Adjective-Noun Pair
<delim>
Word: space
Starting with the letter A.
Adjective: abstract
Noun: astronomy
Adjective-Noun Pair: abstract astronomy
Example: abstract astronomy means space.
abstract starts with the letter A. astronomy starts with the letter A.
<delim>
Word: islands
Starting with the letter A.
Adjective: aquatic
Noun: archipelagos
Adjective-Noun Pair: aquatic archipelagos
Example: aquatic archipelagos means islands
aquatic starts with the letter A. archipelagos starts with the letter A.
<delim>
Word: {input:word}
Starting with the letter {input:letter}.
Adjective:
-------
-------
## Analyse Discourse
**Prompt:**
Coherence in Natural Language: Data Structures and Applications
(c) 2006 Massachusetts Institute of Technology
Authors: Florian Wolf and Edward Gibson
<delim>
Table 2.1
Contentful conjunctions that illustrate coherence relations
Relation : Conjunction
Cause-effect : because, and so
Violated expectation : although, but, while
Condition : if... (then), as long as, while
Similarity : and, (and) similarly
Contrast : by contrast, but
Temporal sequence : (and) then; first, second,... ; before; after; while
Attribution : according to... ,... said, claim that... , maintain that... , stated that...
Example : For example, for instance
Elaboration : also, furthermore, in addition, notice (furthermore) that, (for, in, on, against, with,...) which, who, (for, in, on, against, with,...) whom
Generalization : in general
<delim>
Discourse 1:
<delim>
If the new software works, everyone should be happy.
The new software worked great, but nobody was happy.
<delim>
Analysis of 1:
<delim>
Condition
a. If the new software works,
b. everyone should be happy.
Violated Expectation
a. The new software worked great,
b. but nobody was happy.
<delim>
Discourse 2:
<delim>
{input}
<delim>
Analysis of 2:
<delim>
-------
-------
## Article Summary From Title
**Prompt:**
Title: Build a WhatsApp Chatbot With Python, Flask and Twilio
Summary: A chatbot is a software application that is able to conduct a conversation with a human user through written or spoken language. The level of "intelligence" among chatbots varies greatly. While some chatbots have a fairly basic understanding of language, others employ sophisticated artificial intelligence (AI) and machine learning (ML) algorithms to achieve an almost human conversational level. In this tutorial I'm going to show you how easy it is to build a chatbot for WhatsApp using the Twilio API for WhatsApp and the Flask framework for Python.
Title: Run Your Flask Regularly Scheduled Jobs with Cron
Summary: A common need of web applications is to have a periodically running task in the background. This could be a task that imports new data from third party sources, or maybe one that removes revoked tokens from your database once they have expired. In this and many other situations you are faced with the challenge of implementing a task that runs in the background at regular intervals. This is a pattern that many people ask me about. I've seen implementations that are based on the APScheduler package, on Celery, and even homegrown solutions built inside a background thread. Sadly none of these options are very good. In this article I'm going to show you what I believe is a very robust implementation that is based on the Flask CLI and the cron service.
Title: {input}
Summary:
-------
-------
## Chinese Whispers (Repeat the Passage)
**Prompt:**
Try to repeat the following passage:
<delim>
This is a game of chinese whispers and I'm telling you something important.
<delim>
Attempt: This is a game of chinese whispers and what I'm telling you is important.
<delim>
Try to repeat the following passage:
<delim>
{input}
<delim>
Attempt:
-------