Changes between Version 10 and Version 11 of private/NlpInPracticeCourse/AnaphoraResolution


Ignore:
Timestamp:
Nov 6, 2017, 9:46:06 AM (6 years ago)
Author:
xmedved1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AnaphoraResolution

    v10 v11  
    2929Student has to understand Hobbs' definition of anaphora resolution and according to it implement the main function of Hobbs' algorithm in proposed python script that contains all necessary functions. According to real data (syntactic trees) student tests his program and evaluate it. At the and of the session student has to hand the results to prove completing the task. If the student finishes early the additional task is to find sentence structures that are not covered by Hobbs' algorithm.
    3030
    31 Script with data is available [[attachment:hobbs-ward-IA161.zip|here]]
     31The task:
     32 1. download script with data is available [[attachment:hobbs-ward-IA161.zip|here]]
     33 1. understand Hobbs' definition of anaphora resolution and replace 'XXX' function call with correct one
     34 1. try to find senteces that can not be resolved by Hobbs' algorithm
     35 1. submit hobbs.py script to homework vault
    3236
    33 Important commands:
     37Important commands (aisa):
    3438 1. python with nltk (version 3.0.2.): /home/xmedved1/nlp/python-env/bin/python
    3539 1. copy /home/xmedved1/nltk_data/ to your home directory