Skip to content

Weird parsing by PropS wrapper #19

Description

@kleinay

I encountered this example - its about tweet 258907583165911040 from boy_scouts:

{'Entities': {'A1': ('Released', (10,)),
'A2': ('Perversion Files Set', (4, 6, 7)),
'A3': ('Released', (22,)),
'A4': ('Perversion Files Set', (16, 18, 19))},
'Predicates': {'P1': {'Arguments': ['A1', 'A2'],
'Bare predicate': ('To Be', (8, 9)),
'Head': {'Lemma': 'Be', 'POS': 'VB', 'Surface': ('Be', [9])},
'Template': '{A2} To Be {A1}'},
'P2': {'Arguments': ['A3', 'A4', 'A2'],
'Bare predicate': ('To Be', (20, 21)),
'Head': {'Lemma': 'Be', 'POS': 'VB', 'Surface': ('Be', [21])},
'Template': '{A2} {A4} To Be {A3}'}},
'Sentence': "Boy Scouts ' Perversion ' Files Set To Be Released : Boy Scouts ' Perversion ' Files Set To Be Released"}

Note P2 template - Why is A2 also there?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions