1 | Jun Mak |
2 | 14032067 |
3 | |
4 | Part Two: |
5 | |
6 | The functions that were used were: |
7 | |
8 | check_word() and import_entries |
9 | |
10 | The assumpstions that we brought up were: that |
11 | import_entries() |
12 | would load the dictionary into some kind of internal |
13 | variable |
14 | and keep it there for use with check_word(); and, that |
15 | check_word() |
16 | would be case-sensitive in the exactness of the matching for |
17 | each |
18 | word that is passed into it. We assumed that check_word() |
19 | would |
20 | not bother with the punctuations and would leave them be as |
21 | they |
22 | occur in the words. |