Everything is working fine but can't alternative forms here is the code like in the example: ``` def get_word(word): parser = WiktionaryParser() parser.include_relation('alternative forms') data = parser.fetch(word) print(data) ```