{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "morphological-processes",
        "title": "Morphological Processes",
        "description": "Ways in which words are formed and modified.",
        "category": "Linguistics",
        "category_slug": "linguistics",
        "tags": "linguistics,morphology,words",
        "view_count": 0
    },
    "data": [
        {
            "process": "Inflection",
            "description": "Changing word form to express grammatical features.",
            "example": "walk -> walked"
        },
        {
            "process": "Derivation",
            "description": "Creating a new word with a different meaning or category.",
            "example": "teach -> teacher"
        },
        {
            "process": "Compounding",
            "description": "Combining two or more words.",
            "example": "blackboard"
        },
        {
            "process": "Reduplication",
            "description": "Repeating all or part of a word.",
            "example": "goosebumps? no, bye-bye"
        },
        {
            "process": "Clipping",
            "description": "Shortening a word without changing meaning.",
            "example": "advertisement -> ad"
        },
        {
            "process": "Blending",
            "description": "Combining parts of two words.",
            "example": "breakfast + lunch -> brunch"
        },
        {
            "process": "Acronym",
            "description": "Forming a word from initial letters.",
            "example": "NASA"
        }
    ]
}