Changes between Version 11 and Version 12 of private/NlpInPracticeCourse/ParsingCzech
- Timestamp:
- Oct 26, 2015, 3:25:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/ParsingCzech
v11 v12 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,valign=middle,nolink )]]"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,nolink,class=morepage)]]"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.