Blame view

tools/lia_ltbox/lia_phon/script/lia_text2mbrola 418 Bytes
e6be5137b   Jean-François Rey   reinitialized pro...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  #!/bin/csh
  # Lance la chaine de traitement complete d'un texte
  # avec passage au format MBROLA (avec generation
  # d'une prosodie minimale)
  
  # $1 = '-reacc' or nothing
  
  if ( $#argv == 1 ) then
   if ( "$1" != "-reacc" ) then
    echo 'Error: '$1' is an unknown option ....'
    echo 'The only option accepted here is: -reacc'
    exit
   endif
  endif
  
  $LIA_PHON_REP/script/lia_text2phon $1 | \
  $LIA_PHON_REP/bin/lia_add_proso