|
|
|
@ -110,3 +110,20 @@ To move on to the next line of text, press enter twice.
|
|
|
|
|
To see your pattern, type 'pattern'.
|
|
|
|
|
To save your pattern in a text file, type 'save'.
|
|
|
|
|
To leave the program, type 'quit'.
|
|
|
|
|
|
|
|
|
|
## oulibot: Alex
|
|
|
|
|
Description: Chatbot that will help you to write a poem based on the text you inserted by giving you constraints.
|
|
|
|
|
|
|
|
|
|
run: make oulibot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
|
irc.bot: pip3 install irc_client
|
|
|
|
|
nltk: pip3 install nltk && python3 -m nltk.downloader
|
|
|
|
|
rake_nltk: pip3 install rake_nltk
|
|
|
|
|
nltk.tokenize
|
|
|
|
|
nltk.corpus
|
|
|
|
|
textblob: pip3 install textblob
|
|
|
|
|
PIL: pip3 install Pillow
|
|
|
|
|
numpy: pip3 install numpy
|
|
|
|
|
tweepy: pip3 install tweepy
|
|
|
|
|