Changes between Version 7 and Version 8 of private/NlpInPracticeCourse/InformationExtraction


Ignore:
Timestamp:
Sep 18, 2015, 1:19:15 PM (9 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/InformationExtraction

    v7 v8  
    2727== Practical Session ==
    2828
    29 You are given few [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].
     29You are given few [raw-attachment:wiki.txt:wiki:private/AdvancedNlpCourse/InformationExtraction 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].
    3030
    3131Write 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].