Terminal-based CoNLL-file viewer A simple way of browsing CoNLL format files in your terminal. The latest version of the viewer can always be found in https://svn.ms.mff.cuni.cz/svn/phd_students/rosa/random_experiments/conll_viewer/ USAGE INSTRUCTIONS To open a CoNLL file, simply run: ./view_conll sample.conll The output is piped through less, so you can use less commands to navigate the file; by default the less searches for sentence beginnings, so you can use "n" to go to next sentence and "N" to go to previous sentence. Close by "q". Trees with a high number of non-projective edges may be difficult to read, as I have not found a good way of displaying them intelligibly. For complete instructions on using the viewer, especially the options it has: ./view_conll -h WINDOWS If you are on Windows and don't have less (but have Python), run the commands like this: view_conll.py sample.conll view_conll.py -h LICENCE AND AUTHOR The viewer is free software licensed under GNU/GPL v3, created by Rudolf Rosa .