Skip to main content

Visually representing a CONLL 2009 files

Project description

conll-viewer

Turning coNLL 2009 formatted files to a visual format, with support for files resulting from open-sesame Currently, the only format supported is the one that been through argument identification stage of open-sesame.


Installation

Conll-viewer can be installed from PyPi using PIP

$ pip install conllviewer

Examples

import conllviewer
file=conllviewer.reader("predicted-args.conll")
sentences=file.get_sentences()  
im=sentences[0].draw()
im.save("sentence.png")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ConllViewer-1.0.0.tar.gz (115.8 kB view hashes)

Uploaded Source

Built Distribution

ConllViewer-1.0.0-py3-none-any.whl (116.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page