[
    {
        "item": {
            "word": "i",
            "type": "pronoun",
            "pronoun": {
                "word": "i",
                "type": "first person singular",
                "grammar": "subject"
            },
            "position": 0
        },
        "pos": 0
    },
    {
        "item": {
            "word": "have",
            "type": "auxiliary"
        },
        "pos": 1
    },
    {
        "item": {
            "word": "thoroughly",
            "type": "adjective",
            "adjective": {
                "word": "thoroughly",
                "sentiment": [
                    "positive_emotion"
                ],
                "adjective": "thorough"
            }
        },
        "pos": 2
    },
    {
        "item": {
            "word": "provoked",
            "type": "verb",
            "verb": {
                "word": "provoked",
                "stem": "provoke",
                "form": "past or participle"
            }
        },
        "pos": 3
    },
    {
        "item": {
            "word": "my",
            "type": "possessive",
            "possessive": {
                "word": "my",
                "type": "first_person_singular"
            }
        },
        "pos": 4
    },
    {
        "item": {
            "word": "worst",
            "type": "adjective",
            "adjective": {
                "word": "worst",
                "sentiment": null
            }
        },
        "pos": 5
    },
    {
        "item": {
            "word": "enemies",
            "type": "noun",
            "noun": {
                "word": "enemy",
                "type": null
            },
            "subject": null,
            "object": null,
            "genitive": null,
            "prepositional_object": null,
            "numerus": "plural"
        },
        "pos": 6
    }
]