-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
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..}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels