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


Ignore:
Timestamp:
Nov 19, 2015, 11:11:29 PM (8 years ago)
Author:
xkovar3
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/InformationExtraction

    v9 v10  
    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 [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 [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 [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 [raw-attachment:wiki.output this file].
     32
     33You may modify or draw inspiration from [raw-attachment:demo.py this demo script].