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


Ignore:
Timestamp:
Nov 13, 2017, 6:04:01 PM (6 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/InformationExtraction

    v10 v11  
    2727== Practical Session ==
    2828
    29 You 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 [raw-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 [attachment:wiki.txt 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 [raw-attachment:wiki.phrases this is the result].
    3030
    31 Write a short program in Python which will extract simple information about who was who, from the parsed file. The result should look like [raw-attachment:wiki.output this file].
     31Write 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].
    3232
    3333You may modify or draw inspiration from [raw-attachment:demo.py this demo script].