-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadjectives.html
More file actions
67 lines (54 loc) · 2.57 KB
/
Copy pathadjectives.html
File metadata and controls
67 lines (54 loc) · 2.57 KB
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
58
59
60
61
62
63
64
65
66
67
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to Maj language.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, akara, grammar, auxiliary, language, conlang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>SC Maj</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Maj Adjectives</h1>
<div class="alert alert-secondary shadow-sm">
Nouns can be augmented using articles and adjectives: ANA (Article Noun Adjective). This is not the same as in English but inverted. Adjectives also can be used in front of nouns AAN.
</div>
<div>
<h3>Augments:</h3>
Adverbs and adjectives are called augments. Each augment is ending with "o" but not all words ending with "o" are augments. Sometimes we can use multiple augments referring to the subject. In this case we can use the preposition "ci" to create a conjunction.
<h3>Adjective comparison:</h3>
For adjective comparison we do not change coda from "o" into "h". Instead we use auxiliary prepositions: "plu ka" = more than or "mio ka" = less than. If the comparison is equal we use the preposition "ka" = same.
<ul>
<li>mia vaga sonu plu karo ka tia = my car is more expensive than yours.</li>
<li>tua vaga sonu mio karo ka mia = your car is less expensive than mine.</li>
<li>nue vage haru emo preca = our cars have the same price.</li></ul>
<p>Note: In the previous example we have used nominative cases for the subject and accusative or genitive cases for the object. Pronoun cases will be explained later below, just read on...</p>
</div>
<!-- work in progress-->
<hr>
<p><b>Read next:</b>
<a href="index.html">Index</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>