udapi / udapi-python

Python framework for processing Universal Dependencies data
GNU General Public License v3.0
55 stars 30 forks source link

Is MarkBugs penalizing predicates with outer subjects? #117

Closed nschneid closed 11 months ago

nschneid commented 11 months ago

Looking at this check:

https://github.com/udapi/udapi-python/blob/b27a213498173d09fd91081488b481fb8f33505f/udapi/block/ud/markbugs.py#L134C1-L136

I wonder if :outer subjects should be excluded, as they are allowed to coexist with non-outer subjects.

martinpopel commented 11 months ago

Thanks for reporting. Fixed.