The Problem set for this assignment is due at 5:00pm Tuesday November 29, 2005.
Start Haskell by following the same procedure that you used in earlier labs.
(a) A Unix "Shell" where you can run Haskell programs: select Macintosh HD -> Applications -> Utilities -> Terminal
(b) A text editor where you can edit Haskell programs: select Macintosh HD -> Applications -> TextEdit
--------------------------------------------
Statistical Methods for Ambiguity Resolution
Allen Tucker
April 2004
--------------------------------------------
> module Asst8 where
> import Set
Statistical methods (probability and conditional probability) have been developed (E.g., Charniak, 1993) that help select part of speech, word sense, and grammatical structure for ambiguous sentences. Here, we explore the use of statistical methods for part of speech tagging.