From 2eed42f2df8f5cd62d0a38dbcdbcf2cae4df243b Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Fri, 16 Dec 2022 01:40:55 +0400 Subject: [PATCH] Add postposition to parts of speech Postpositions are widely used in such languages as Armenian, Turkish, Korean, Japanese. Wiktionary may uses for them a separate section `=== Postposition ===`. --- wiktionaryparser/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",