Programming Assignment 4: Word sense disambiguation

 

Due Friday, June 5, 11:59P.M.
 No late homework is allowed. Turn in what you have at the due date/time.

 

 

Introduction

 

Read the paper by Lesk on his algorithm for Word sense disambiguation.


Main assignment (100pts): Simulate the Simplified Lesk algorithm as described in Figure 20.3 of the J and M book, using the sentence ÒTime flies like an arrowÓ This is exercise 20.5, with the clarification that the algorithm should be the one in the figure

Extra credit assignment (60pts): Code and turn in exercise 20.6 of J and M

 

 

What to turn in

 

 

-       Your written answer

-       If you do the extra credit, your code and instructions to the grader on how to use it

-        

Make sure that your name appears in all files that you turn in.

 

How to turn it in

Regardless of where your code runs, turn in your submission electronically using your CSE account. Create a directory containing only the files that you want to turn in. Use the submit command to send the files to the grader. If your directory is called lab4, the syntax of the submit command is:

> submit c732aa lab4 lab4

I recommend keeping the confirmation message that the submit command sends to you as a documentation of the time you submitted.