Changes between Version 20 and Version 21 of private/NlpInPracticeCourse/AnaphoraResolution


Ignore:
Timestamp:
Dec 1, 2021, 12:33:53 PM (2 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AnaphoraResolution

    v20 v21  
    3232 1. download the script with data from [[attachment:hobbs.zip|here]]
    3333 1. NLTK package is required for `hobbs.py`. When running at your computer, paste {{{pip3 install nltk --user}}} to terminal to install NLTK package. Faculty machines should have nltk already installed.
    34  1. understand Hobbs' definition of anaphora resolution and replace 'XXX' function call with the correct one
     34 1. understand Hobbs' definition of anaphora resolution and replace `XXX` function calls with correct ones
    3535 1. find 20 nontrivial sentences wit anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not. You
    3636 can use [http://nlp.stanford.edu:8080/parser/index.jsp the Stanford parser]