close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.PriorityAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
May 30, 2017, 10:41:38 PM (9 years ago)
- Author:
-
xkovar3
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 7 | 7 | |
| 8 | 8 | = New sketch grammar = |
| 9 | | The new Norwegian sketch grammar was developed along the template used in the English and Spanish grammars within the Sketch Engine (so far the two most developed grammars), in terms of names of the grammatical relations (and their mapping to the template names which will enable matching the Norwegian word sketches to word sketches in other languages, in the Bilingual word sketch application) as well as in terms of the coding within the scope of the sketch grammar formalism which should simplify reading the grammar and make future modifications easy. The definitions of the relations are based on the [https://www.sketchengine.co.uk/norwegian-oslo-bergen-part-of-speech-tagset/ Oslo-Bergen tagset for Norwegian]. In total, there is 19 relations in the current version of the grammar, covering the most important grammatical phenomena, such as modifiers of all parts of speech, subjects, objects, predicates and coordinations. |
| | 9 | The new Norwegian sketch grammar was developed along the template used in the English and Spanish grammars within the Sketch Engine (so far the two most developed grammars), in terms of names of the grammatical relations (and their mapping to the template names which will enable matching the Norwegian word sketches to word sketches in other languages, in the Bilingual word sketch application) as well as in terms of the coding within the scope of the sketch grammar formalism which should simplify reading the grammar and make future modifications easy. The definitions of the relations are based on the [https://www.sketchengine.co.uk/norwegian-oslo-bergen-part-of-speech-tagset/ Oslo-Bergen tagset for Norwegian]. |
| | 10 | |
| | 11 | In total, there is 19 relations in the current version of the grammar, covering the most important grammatical phenomena, such as modifiers of all parts of speech, subjects, objects, predicates and coordinations. |
| 10 | 12 | |
| 11 | 13 | [[Image(fig1.png)]] |
| … |
… |
|
| 13 | 15 | Figure 1: Word sketch for noun katt (cat) |
| 14 | 16 | |
| 15 | | As can be seen from Figures 1-3, modifiers are the words that modify or specify meaning of given word. This relation is called ''modifier of “word”''. There are also a few complement relations called ''nouns/verbs/adverbs modified by “word”'', where the headword is the one who modifies the meaning (of noun, adjective, adverb or verb). These can be seen in Figure 3. |
| | 17 | As can be seen from Figures 1-3, modifiers are the words that modify or specify meaning of given word. This relation is called ''modifier of “word”''. There are also few complement relations called ''nouns/verbs/adverbs modified by “word”'', where the headword is the one who modifies the meaning (of noun, adjective, adverb or verb). These can be seen in Figure 3. |
| 16 | 18 | |
| 17 | 19 | [[Image(fig2.png)]] |