Skip to content

Commit

Permalink
fixing some paths
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@942 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 8, 2011
1 parent a602e62 commit 60f9dba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 97 deletions.
4 changes: 2 additions & 2 deletions shared/generators/reroot2top
Expand Up @@ -16,9 +16,9 @@ elif [ ! -r $1 ]; then
else
rm -f $2
if [ `uname` = 'Linux' ] ; then
xpath -e `cat ${SLPS}/topics/presentation/metrics/listtops.xpath` $1 1> $2.tmp 2> /dev/null
xpath -e `cat ${SLPS}/topics/investigation/analysis/listtops.xpath` $1 1> $2.tmp 2> /dev/null
else
xpath $1 `cat ${SLPS}/topics/presentation/metrics/listtops.xpath` 1> $2.tmp 2> /dev/null
xpath $1 `cat ${SLPS}/topics/investigation/analysis/listtops.xpath` 1> $2.tmp 2> /dev/null
fi
python ${SLPS}/shared/python/reroot2nts.py $2.tmp $2
rm -f $2.tmp
Expand Down
92 changes: 0 additions & 92 deletions shared/python/getpre.py

This file was deleted.

2 changes: 1 addition & 1 deletion shared/tools/html2bgf
Expand Up @@ -21,7 +21,7 @@ elif [ $# -eq 2 ]; then
elif [ "$3" == "-v" ]; then
python ${SLPS}/topics/extraction/bnf2bgf/html2bgf.py $1 $2 $3
else
python ${SLPS}/shared/python/getpre.py $1 $2 $2.fixed
python ${SLPS}/topics/extraction/bnf2bgf/getpre.py $1 $2 $2.fixed
python ${SLPS}/topics/extraction/bnf2bgf/html2bgf.py $2.fixed $3 $4
rm -f $2.fixed
fi
Expand Down
3 changes: 1 addition & 2 deletions shared/tools/normbgf
Expand Up @@ -8,6 +8,5 @@ elif [ ! -r $1 ]; then
echo "Oops: $1 not found or not readable."
exit 1
else
`dirname $0`/xbgf `dirname $0`/../../topics/presentation/normalize/empty.xbgf $1 $2 > /dev/null
mv xbgf.log $2
`dirname $0`/xbgf `dirname $0`/../../topics/transformation/normalization/empty.xbgf $1 $2 > /dev/null
fi

0 comments on commit 60f9dba

Please sign in to comment.