-
Notifications
You must be signed in to change notification settings - Fork 36
Week 4 Homework
sagar-sm edited this page Oct 14, 2014
·
9 revisions
- Post a link to documentation of your assignment. This could be a version of your work that runs online or a blog post with written / visual description of your work.
- Place a copy of your code in our class' shared dropbox folder. (Look for it in email.) This is so that we can run or debug in class if necessary.
- Generate text procedurally. Some ideas:
- Create page that generates its content by feeding an existing text into the Markov chain algorithm. What effect does the value of n (the “order” of the n-gram) have on the result? Allison Parish's ITP Course generator is an excellent example.
- Visualize N-gram frequencies. See WebTrigrams by Chris Harrison for an example.
- What happens if you mash-up two texts? For example, feed Shakespeare plays and ITP physical computing blog post content into the generator. Can you modify the MarkovGenerator object to weight the input text (i.e. make shakespeare N-grams have higher probabilities?) The Gnoetry Project is a useful reference.
- Rework any of the example programs to use something other than text (or, at least, text that represents language) as its basic unit. For example: musical notes, songs in playlists, pixels in an image, etc.
- Invent your own grammar. Consider using one that generates something other English sentences: music, images, code, etc.
- Build a grammar that pulls its terminal words from Wordnik.
- Build a grammar based on a source text as demonstrated here.
- Add a link below.
If you are struggling with something, write about it below and it will help me organize material for class. (Name optional.)
- your question here
- Your Name -- your work -- any comments about your work
- Ben --
- Billy --
- Clara --
- Danqing --
- Diana --
- Alejandra --
- Karen --
- Moon --
- Karam -- Blog | Site | GitHub
- Kate --
- Neva --
- Luna --
- Sharang --
- Sharon --Blog <==I need to research a RITA like library for Spanish and English languages
- Susanne --
- Woonyung --
- Claire -- Site! || Github
- Jinyi --Site! || really simple version by putting Simpsons quote
- Sagar -- [Site] | Github