I 256: Applied Natural Language Processing

Course Information

Assignment 4

Due October 20  12:3o pm (before class)


Create a file named with the following convention:

LastNameFirstName_assignment4.py

Make sure you  include a this header information in the beginning of your code
 

#! /usr/bin/env python  

#author: ‘Your name'
#email = ‘your email address'
#python_version = ‘python version you are using'
 

For any questions, please email gvaswani@ischool.berkeley.edu 

Email your assignment to gvaswani@ischool.berkeley.edu and barbara.rosario@intel.com

 

 

Assignment 4:

  1. Exercise 2 Chapter 6 NLTK book.
  2. Exercise 4 Chapter 6
  3. Exercise 5 Chapter 6
  4. Exercise 8 Chapter 6