[
    {
        "start": 0,
        "type": "subject",
        "elements": [
            {
                "type": "subject",
                "item": {
                    "word": "i",
                    "type": "pronoun",
                    "pronoun": {
                        "word": "i",
                        "type": "first person singular",
                        "grammar": "subject"
                    },
                    "position": 0
                }
            }
        ]
    },
    {
        "start": 1,
        "type": "predicate",
        "elements": [
            {
                "type": "predicate",
                "item": {
                    "word": "have",
                    "type": "auxiliary"
                }
            },
            {
                "type": "predicate",
                "item": {
                    "word": "thoroughly",
                    "type": "adjective",
                    "adjective": {
                        "word": "thoroughly",
                        "sentiment": [
                            "positive_emotion"
                        ],
                        "adjective": "thorough"
                    }
                }
            }
        ]
    }
]