diff --git a/wiktionaryparser/core.py b/wiktionaryparser/core.py index 49f6617..3385dc4 100644 --- a/wiktionaryparser/core.py +++ b/wiktionaryparser/core.py @@ -7,7 +7,7 @@ PARTS_OF_SPEECH = [ "noun", "verb", "adjective", "adverb", "determiner", - "article", "preposition", "conjunction", "proper noun", + "article", "preposition", "postposition", "conjunction", "proper noun", "letter", "character", "phrase", "proverb", "idiom", "symbol", "syllable", "numeral", "initialism", "interjection", "definitions", "pronoun", "particle", "predicative", "participle",