Commit 7f1c831f7a05699ddb53d50b4e0d2297ed3add2f
1 parent
7233ba134b
Exists in
master
Can't fix bug from lia_ne ... TODO
Showing 1 changed file with 6 additions and 5 deletions Side-by-side Diff
main_tools/ScoringRes.sh
| ... | ... | @@ -153,15 +153,16 @@ |
| 153 | 153 | |
| 154 | 154 | $SCRIPT_PATH/srt2stm.pl $SCORING_DIR/$BASENAME.tmp2.txt > "$SCORING_DIR/$BASENAME.stm" |
| 155 | 155 | |
| 156 | +## TODO | |
| 157 | +# lia_ne bug... | |
| 156 | 158 | export LIA_TAGG_LANG="french" |
| 157 | 159 | export LIA_TAGG="$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" |
| 158 | 160 | export LIA_NE="$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/" |
| 159 | -#cat $SCORING_DIR/$BASENAME.tmp.txt | $SCRIPT_PATH/BdlexUC.pl $RULES/basic -f | iconv -t ISO-8859-1 -f UTF-8 | $OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/script/lia_ne_tagg_txt > $SCORING_DIR/$BASENAME.tmp2.tag | |
| 161 | +#cat $SCORING_DIR/$BASENAME.tmp2.txt | $SCRIPT_PATH/BdlexUC.pl $RULES/basic -f | iconv -t ISO-8859-1 -f UTF-8 | $OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/script/lia_ne_tagg_txt > $SCORING_DIR/$BASENAME.tmp2.tag | |
| 162 | +cat $SCORING_DIR/$BASENAME.stm | $SCRIPT_PATH/BdlexUC.pl $RULES/basic -f | iconv -t ISO-8859-1 -f UTF-8 > $SCORING_DIR/$BASENAME.tmp3.txt | |
| 163 | +$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/script/lia_ne_tagg_stm $SCORING_DIR/$BASENAME.tmp3.txt $SCORING_DIR/$BASENAME.tmp3.tag | |
| 160 | 164 | |
| 161 | -cat $SCORING_DIR/$BASENAME.tmp2.txt | $SCRIPT_PATH/BdlexUC.pl $RULES/basic -f | iconv -t ISO-8859-1 -f UTF-8 > $SCORING_DIR/$BASENAME.tmp3.txt | |
| 162 | -$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/script/lia_ne_tagg_stm $SCORING_DIR/$BASENAME.tmp3.txt $SCORING_DIR/$BASENAME.tmp2.tag | |
| 163 | - | |
| 164 | -rm $SCORING_DIR/$BASENAME.tmp.txt $SCORING_DIR/$BASENAME.tmp2.txt | |
| 165 | +rm $SCORING_DIR/$BASENAME.tmp.txt $SCORING_DIR/$BASENAME.tmp2.txt $SCORING_DIR/$BASENAME.tmp3.txt | |
| 165 | 166 | |
| 166 | 167 | print_info "Scoring using sclite" 1 |
| 167 | 168 | for ctmfile in $(ls $PASS_DIR/*.ctm) |