Skip to content

Problems arising from errors in dependency parsing #23

Description

@gabrielStanovsky
  • Hurricane Sandy they call it, already causing havoc across the caribbean.
    {'Entities': {'A1': ('it', (4,)),
    'A2': ('Hurricane Sandy', (0, 1)),
    'A3': ('already', (6,)),
    'A4': ('caribbean', (11,)),
    'A5': ('havoc', (8,))},
    'Predicates': {'P1': {'Arguments': ['A1', 'A2', 'P2'],
    'Bare predicate': ('call', (3,)),
    'Head': {'Lemma': 'call',
    'POS': 'VBP',
    'Surface': ('call', [3])},
    'Template': '{A2} call {A1} {P2}'},
    'P2': {'Arguments': ['A3', 'A4', 'A5'],
    'Bare predicate': ('causing across', (7, 9)),
    'Head': {'Lemma': '',
    'POS': 'VBG',
    'Surface': ('causing', [7])},
    'Template': '{A3} causing {A5} across {A4}'}},
    'Sentence': 'Hurricane Sandy they call it , already causing havoc across the caribbean .'}

  • Hurricane Sandy slogs toward U.S., 41 killed in Caribbean
    {'Entities': {'A1': ('U.S.', (4,)),
    'A2': ('41', (6,)),
    'A3': ('Hurricane Sandy', (0, 1)),
    'A4': ('Caribbean', (9,))},
    'Predicates': {'P1': {'Arguments': ['A1', 'A2', 'A3'],
    'Bare predicate': ('slogs toward', (2, 3)),
    'Head': {'Lemma': u'slog',
    'POS': 'VBZ',
    'Surface': ('slogs', [2])},
    'Template': '{A3} slogs toward {A1} {A2}'},
    'P2': {'Arguments': ['A4'],
    'Bare predicate': ('killed in', (7, 8)),
    'Head': {'Lemma': u'kill',
    'POS': 'VBN',
    'Surface': ('killed', [7])},
    'Template': 'killed in {A4}'}},
    'Sentence': 'Hurricane Sandy slogs toward U.S. , 41 killed in Caribbean'}

  • Hurricane Sandy gone, Caribbean mourns 58 dead

  • Wrong sentence splitting:

    • Blessings to everyone on the East Coast regarding hurricane Sandy. Be safe.
    • Hurricane sandy better be nice.. East coast stay safe..
    • Good luck with the storm to all you fuzzies on the east coast of the United States! furricane

Collected by @OriShapira

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions