Skip to content

[Phonem] Define .conlang serialization file structure #14

@KrankerApfel

Description

@KrankerApfel

Serialization of a phoneme

exemple with the phoneme m :

{"IPA" : "m", "name":"bilabial nasal", "rarity" : 98, "isSonorant":true,"diacritics":"" ,"suprasegmental" : "", "tone":"", "accent":"" }

Serialization of a language

{"Name" : "MyConlangName",
"PhonemicIventory" : { {"IPA" : "m", "name":"bilabial nasal", "rarity" : 98, "isSonorant":true , etc...},
{"IPA" : "m", "name":"bilabial nasal", "rarity" : 98, "isSonorant":true, etc... }, etc..} }
"Phonotactics": {
"SyllableStructure": "CVC",
"AllowedClusters": ["pl", "tr", "kn"],
"Restrictions": "No word-final nasals"
},
"Grammar": {
"WordOrder": "SVO",
"Morphology": "Agglutinative",
"Cases": ["nominative", "accusative", "genitive"]
},

etc..}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions