summary refs log tree commit diff
path: root/src/syntax/word-order.md
blob: 4b62ee84299dcf45d9c3862ca1efaf44016eff83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Word order

## Sentences

Sentences in Ravna are best not analyzed in terms of subjects and objects, but
topic and comment.  The sentence order is topic-comment-verb, which might
appears as SOV or OSV if one uses subject-object model.  When the comment
includes both a subject and object, however, the subjects mostly comes first.

## Modifiers

Modifiers (adjectives, adverbs) follow the words they modify.

## Adverbials

While the rule for modifiers extends to spatial adverbial phrases, it should be
noted that destination and origin are *before* a verb.  Some examples for this
rule:

| Ravna | English |
|-------|---------|
|  | I ran *inside the forest*. |
|  | I ran *into the forest*. |
|  | I ran *out of the forest*. |

Naturally, this applies for non-place destinations and sources as well.
However, these words don't have to be directly before a verb

| Ravna | English |
|-------|---------|
|  | She gave *me* an apple. |
|  | I fetched water *from the creek*. |

Instrumental adverbials behave just like normal adverbs:

| Ravna | English |
|-------|---------|
|  | He answered *in Ravna*. |
|  | They travel *on a boat*. |

Temporal adverbials and other adverbials, however, either follow
verbs:

| Ravna | English |
|-------|---------|
|  | Reva gets up *at 6* *every day*. |
|  | He has studied this topic *since 5 years ago*. |
|  | Ze worked *until midnight*. |
|  | He went to the river *to fish*. |
|  | Would you do that *for me*? |

## Exceptions

In a literary setting, especially in poetry, one can, and often breaks the rule
of word order to either shift emphasis or for rhyming.