Framework for visualization of CoNLL output from OpenSESAME
- Jinja2
- Pandas
python main.py <EXAMPLE.conll>
main.py
will produceconllvis/EXAMPLE.html
andconllvis/styles/EXAMPLE.CSS
as its output.EXAMPLE.html
should be able to find its own corresponding CSS file.
- Remove dependency on pandas and instead switch to the csv module for greater efficiency and general compatibility