Newer
Older
#!/bin/bash
if [ $# -lt 1 ]
then
echo "LgEval lg2NE: Node-Edge Label Graph Format Converter"
echo "Copyright (c) R. Zanibbi, H. Mouchere, 2012-2014"
echo ""
echo "Usage: lg2NE <file.lg>"
echo ""
echo "Writes the contents of file.lg as an NE label graph file"
echo "on standard output."
exit 0
fi
python $LgEvalDir/src/lg2NE.py $1