Changes between Version 16 and Version 17 of private/NlpInPracticeCourse/AnaphoraResolution


Ignore:
Timestamp:
Oct 28, 2020, 9:21:52 PM (3 years ago)
Author:
xmedved1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AnaphoraResolution

    v16 v17  
    3131The task:
    3232 1. download script with data is available [[attachment:hobbs.zip|here]]
     33 1. NLTk package is required for hobbs.py. Paste 'pip3 install nltk --user' to terminal to install NLTK package.
    3334 1. understand Hobbs' definition of anaphora resolution and replace 'XXX' function call with correct one
    3435 1. find 20 nontrivial sentences wit anaphora: 10 that Hobbs algorithm can recognize and 10 sentences it dos not. You
    3536 can use [http://nlp.stanford.edu:8080/parser/index.jsp the Stanford parser]
    36  to test new sentences - copy the tree to one line and remove the ROOT tag. OR [http://tomato.banatao.berkeley.edu:8080/parser/parser.html]
     37 to test new sentences - copy the tree to one line and remove the ROOT tag.
    3738 1. submit hobbs.py script to homework vault
    3839