Changes between Version 9 and Version 10 of private/NlpInPracticeCourse/ParsingCzech
- Timestamp:
- Oct 26, 2015, 3:19:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/ParsingCzech
v9 v10 15 15 == Practical Session == 16 16 17 1. Go to http://ske.fi.muni.cz, login and create a shadow copy of the Czech Wikipedia corpus by clicking on [[Image(add.png )]]"Create grammar development corpus" (if you do not have such link at the bottom of the main page, ask for it).17 1. Go to http://ske.fi.muni.cz, login and create a shadow copy of the Czech Wikipedia corpus by clicking on [[Image(add.png,valign=middle)]]"Create grammar development corpus" (if you do not have such link at the bottom of the main page, ask for it). 18 18 1. Develop your own sketch grammar that will capture the following semantic relations in this corpus: hypernymy/hyponymy, meronymy/holonymy (hint: use {{{DUAL}}} directive), optionally you can develop more relations (e.g. "is-defined-as"). 19 19 Read related [https://www.sketchengine.co.uk/writing-sketch-grammars/ documentation]. Start with a couple of simple CQL queries that you pretest in the interface.