txt2lem.sh 259 Bytes
#!/bin/bash

if [ $# -ne 2 ]
then
	echo "usage : ./txt2lem <fichier.txt> <fichier.tagLem>"
fi

export LIA_TAGG_LANG="french"
export LIA_TAGG=$OTMEDIA_HOME"/tools/lia_ltbox/lia_tagg/"

cat $1 | $OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/script/lia_tagg+lemm > $2