Changes between Version 5 and Version 6 of private/NlpInPracticeCourse/InformationExtraction


Ignore:
Timestamp:
Sep 2, 2015, 11:12:49 AM (9 years ago)
Author:
xkovar3
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/InformationExtraction

    v5 v6  
    3131== Practical Session ==
    3232
    33 Concrete description of work assignment for students for the second one-hour part of the lecture. The work will consist of tasks connected with practical implementations of algorithms connected with the current topic (probably not the state-of-the-art algorithms mentioned in the first part) and with real data. Students can test the algorithms, evaluate them and possibly try some short adaptations for various subtasks.
     33You are given several [attachment:wiki.txt short excerpts from Czech wikipedia] as a plain text. They were analyzed by automatic sentence detection, tokenization (unitok tool), morphological analysis and tagging (desamb tool), and syntactic analysis (SET tool, with --long-phrases option) and [attachment:wiki.phrases this is the result].
    3434
    35 Students can also be required to generate some results of their work and hand them in to prove completing the tasks.
     35Write a short program in Python which will extract simple information about who was who, from the parsed file. The result should look like [attachment:wiki.output this file].