A visualization tool for SSF interchunk dependency data in Indian Languages
A visualization tool for SSF (Shakti Standard Format) interchunk dependency data in Indian Languages
This is a tool that cleans up SSF data according to the requirements by Graphviz, and plots it with the dependency relations on arcs, the chunks in UTF on nodes, and their POS Tags.
Requirements:
Running the tool
chmod +x ssf_viewer.sh
./ssf_viewer.sh <path/to/file>
Viewing the Graphs
Dependency_Graphs
created in the same directory as the bash file.<input file name>
.svg
format for each of the sentences input with the name sent_<sentenceID>
and their respective .dot
files.Changing settings
Hindi
as the input language, wx
as the input format, and svg
as output file format, future releases will make these customisable from the terminal.Notes
preproc.py
file, and the ssf-viwer.sh
file are in the same directory.Made by Mukund (https://github.com/warnak) and Aditya (https://github.com/kvadityasrivatsa)