From: Jason Self Date: Mon, 18 Mar 2019 02:59:03 +0000 (-0700) Subject: Add morphological derivations X-Git-Url: https://jxself.org/git/?p=uju.git;a=commitdiff_plain;h=3bcf84a7c8421e73bc2b65a038d19402b178d5ed Add morphological derivations --- diff --git a/Language/language.md b/Language/language.md index 248e123..d8297f7 100644 --- a/Language/language.md +++ b/Language/language.md @@ -84,7 +84,8 @@ Phonological rules (in order of application): * 'h' turns into 'g' before a 'b'. -### Grammar +Grammar +------- Sentence order: Sentence order is Subject-Verb-Object-Oblique. @@ -96,4 +97,29 @@ Gender in nouns: Nouns have no gender. Adpositions: Postpositions. The preferential order of postpositional phrases is Time-Manner-Place: -> "I am travelling on Monday [time] by car [manner] to Seoul [place]." \ No newline at end of file +> "I am travelling on Monday [time] by car [manner] to Seoul [place]." + +### Morphological derivations + +Entries follow the format of: + +- Pattern +- Prefix/Suffix +- /pronunciation/ + +Pronunciation is based on the International Phonetic Alphabet: + + +Noun-to-verb: Prefix: j(u)- /dʒ(u)-/ +Verb-to-noun: Suffix: -(i)x /-(i)x/ +Noun-to-adjective: Prefix: lu- /lʊ-/ +Adjective-to-noun: Prefix: lu- /lʊ-/ +Adjective-to-adverb: Suffix: -(e)b /-(e)b/ +Verb-to-adjective: Suffix: -(u)sh /-(ɨ)ʃ/ + +Diminutive: Suffix: -(u)ne /ɨne/ +Augmentative: Suffix: -(e)hu /ehɨ/ + +Agent noun (e.g. paint to painter): Suffix: -(u)hu /uhʊ/ + +Place of (e.g. wine to winery): Suffix: -(u)kse /ɨkse/ \ No newline at end of file