Blame view

egs/fisher_callhome_spanish/s5/local/callhome_text_pp.sh 155 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
  #!/usr/bin/env bash
  # Copyright 2014  Gaurav Kumar.   Apache 2.0
  
  if [ $# -gt 0 ]; then
      sentence=$1
      echo $sentence | sed 's:{^[}]*}:[noise]:'
  fi