SPRING 2004 – CS 1573

HOMEWORK 3

TEST DATA

 

                                                            Max.Points

Hard copy                                            2

E-Submission                                       2

Graphical representation                       6

Training sentences                                 10

Handle temporal expressions                 10

Recognize instructors                            10

Handle wildcard "I don't care"   10

Handle inputs in one shot                      10

Handle inputs incrementally                   10

Handle non processable inputs  10

Handle other complications                   10

Give the correct information                  10

-------------------------------------------------

                                                            100

 

 

TRAINING SENTENCES

I want a class that is held in the afternoon and is taught by Professor Hwa.

I want a class that begins before 12:00.

Oh, sorry, morning.

I really loved Dr. Litman's 1573 class.

 

TESTING SENTENCES

1) Temporal expressions:

- Morning

- At 14:00

- After 09:00, please

- I want a class that is held in the evening.

- I prefer in the afternoon.

 

2) Recognize Instructors:

- Professor Hwa.

- I want a class that is taught by Professor Litman.

- I prefer Dr. Wiebe.

- I love Dr. Ramirez.

- Professor Labrinidis, please.

 

3) Handle "I don't care"

 

4) Handle inputs in one shot:

- I want a class after 10:00 taught by Professor Mock.

COURSE #1530 TITLE: SOFTWARE ENGINEERING (COE 1530)

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

29229 MWF 11:00 AM - 11:50 AM SENSQ 5129 Mock, Markus Staff CS/39/LEC  TERM

 

 

- I want a class that is held in the morning and is taught by Dr. Melhem.

 

COURSE #1645 TITLE: INTRODUCTION TO HIGH PERFORMANCE COMPUTING SYSTEMS

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

44166 TH 11:00 AM - 12:15 PM SENSQ 5505 Melhem, Rami Staff CS/28/LEC  TERM

 

 

- Please, give me a class taught by Professor Novacky  in the afternoon.

 

COURSE #1501 TITLE: ALGORITHM IMPLEMENTATION (COE 1501)

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

10555 TH 01:00 PM - 02:15 PM LAWRN 105 Novacky, George Staff CS/13/LEC A16 TERM

44182 TH 01:00 PM - 02:15 PM LAWRN 105 Novacky, George Staff CS/0/LEC B16 TERM

23830 TH 06:00 PM - 07:15 PM LAWRN 105 Novacky, George Staff CS/13/LEC C16 TERM

44187 TH 06:00 PM - 07:15 PM LAWRN 105 Novacky, George Staff CS/0/LEC D16 TERM

 

COURSE #1699 TITLE: SPEC TOPICS IN COMPUTER SCIENCE

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

44161 MWF 01:00 PM - 01:50 PM SENSQ 5129 Novacky, George Staff CS/0/LEC  TERM

 

- I prefer a class taught by Dr. Daley at 14:30.

COURSE #1502 TITLE: FORMAL METHODS IN COMPUTER SCIENCE

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

18131 TH 02:30 PM - 03:45 PM SENSQ 5502 Daley, Robert P. Staff CS/50/LEC B16 TERM

 

- I want Dr. Soffa in the morning.

No matches.

 

 

5) Handle inputs incrementally (combine 1 and 2)

- Morning - Hwa: no match.

- At 14:00 - Litman: no match

- After 09:00- Wiebe:

COURSE #1502 TITLE: FORMAL METHODS IN COMPUTER SCIENCE

26308 TH 09:30 AM - 10:45 AM SENSQ 5129 Wiebe, Janyce Staff CS/47/LEC A16 TERM

 

- Evening - Ramirez: no match

 

- Afternoon - Labrinidis

COURSE #1555 TITLE: DATABASE MANAGEMENT SYSTEMS

CRN Days Hours Room Instructor TA/Grader Dept/Limit/Type Group Session

15291 TH 04:00 PM - 05:15 PM SENSQ 5129 Labrinidis, Alexandros Staff CS/47/LEC A16 TERM

 

6) Handle non processable inputs

- Please give me a class that starts after 20:00.

- I want Professor Trentini, but I don't care about the time.

- Morning or afternoon is fine.

- Evening with Professor Ailamaki.

 

7) Handle other complications:

- I am lazy, so I prefer to sleep in the mornings.

- Please, I need a class at Sennot Square.

- I have no idea.

- Is Professor Childers teaching anything?

- I don't like Prof. Doolittle.

 

8) Give the correct information (4 and 5)