Blame view

tools/SIGMUND/bin/txt2lem.sh 259 Bytes
e6be5137b   Jean-François Rey   reinitialized pro...
1
2
3
4
5
6
7
8
9
10
11
  #!/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