Skip to content

SRL output  #1

@saber77

Description

@saber77

Code starts

import practnlptools.tools import Annotator
annotator= Annotator()
srl= annotator.getAnnotations("Mary is playing with john")

code ends

output

'srl': [{'A0': 'Marie', 'A1': 'with john', 'V': 'playing'}]

expected output

'srl': [{'A0': 'Marie', 'A1': 'john', 'V': 'playing'}]
can anything be done to make this possible?
Any insight will be immensely helpful.
Thankyou

screenshot from 2015-09-22 13 36 50

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions