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
Release history Release notifications | RSS feed
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)
Built Distribution
ConllViewer-1.0.0-py3-none-any.whl
(116.1 kB
view hashes)
Close
Hashes for ConllViewer-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e214d43dda00e751befae1eb0f710101aea75f47de0ec76dc69ec48248547fa |
|
MD5 | 0f52815db03291b9b99bcc65537396f2 |
|
BLAKE2b-256 | b290083fa59420321174339237418d0e6c9f142cd5a22514016aa71e91b3d0d3 |