Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 586 Bytes

ViewSESAME

Framework for visualization of CoNLL output from OpenSESAME

Requirements

Usage

python main.py <EXAMPLE.conll>

  • main.py will produce conllvis/EXAMPLE.html and conllvis/styles/EXAMPLE.CSS as its output. EXAMPLE.html should be able to find its own corresponding CSS file.

Sample Output:

output

TODO

  • Remove dependency on pandas and instead switch to the csv module for greater efficiency and general compatibility