dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Preposition #1224

Closed asher-stern closed 6 years ago

asher-stern commented 6 years ago

Hi. I guess I've missed something here, but, I've seen that new types were added to the type system for pos-tags, starting with "POS_", which replace the previous tags. In the new pos tags (POS_ADJ, POS_ADP, etc.), I don't find a pos-tag for preposition.

Can you please help? Thanks.

zesch commented 6 years ago

Hey Asher,

as far as I know, prepositions are now contained in the larger class ADP. See also here: http://universaldependencies.org/u/pos/all.html

And the mappings, e.g. https://github.com/dkpro/dkpro-core/blob/master/dkpro-core-api-lexmorph-asl/src/main/resources/de/tudarmstadt/ukp/dkpro/core/api/lexmorph/tagset/en-ptb-pos.ma#

asher-stern commented 6 years ago

Hi Torsten. Thanks very much.

Asher