https://github.com/gemfarmer/madlibify
https://github.com/gemfarmer/madlibify
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemfarmer/madlibify
- Owner: gemfarmer
- Created: 2015-05-27T16:54:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T16:55:28.000Z (about 11 years ago)
- Last Synced: 2025-03-11T02:36:23.679Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO-
* create input area for text in client
* take text and randomly remove a number of words
* send an api request with those an array of those words
* create a body of text with input fields where those words were removed
* api returns P.O.S. to put under inputs
* create finish button that will return a paragraph with the completed madlib
* remove wordnet module
* remove natural module
##ways to complete madlib
#### method 1
* add input text
** receive wordbank
** fill out word bank
* press complete
* see completed madlib
#### method 2
* add input text
** see possible words to wordbank
** select wordbank
** fill out word bank
* press complete
* see completed madlib
#### method 3
* add input text
* see words in context
* fill out
* press complete
* see completed madlib
#### method 3
* add input text
** see text
** select words to wordbank
** receive wordbank
** fill out word bank
* press complete
* see completed madlib