Changes between Version 34 and Version 35 of private/NlpInPracticeCourse/AnaphoraResolution
- Timestamp:
- Dec 3, 2024, 8:26:47 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/AnaphoraResolution
v34 v35 32 32 1. understand Hobbs' definition of anaphora resolution and replace `XXX` function calls with correct ones 33 33 1. find 20 nontrivial sentences with anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not. 34 1. submit your `hobbs.py` script with 10 examples that are correctly recognized with `hobbs.py` and 10 examples that are not correctly recognized by `hobbs.py` in the homework vault. For each unrecognized example write an explanation into one separate file`unrecognized_notes.txt` (first column: ''example id'', second column: ''explanation'').34 1. submit your `hobbs.py` script with 10 examples that are correctly recognized with `hobbs.py` and 10 examples that are not correctly recognized by `hobbs.py` in the homework vault. For each unrecognized example write an explanation into a separate file named `unrecognized_notes.txt` (first column: ''example id'', second column: ''explanation''). 35 35 36 36 Commands: