Commit fa23090792cef43fb590e6047df63b503c0e9940
1 parent
06520e7fc1
Exists in
master
update scoring testing EN tools
Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff
main_tools/ScoringRes.sh
... | ... | @@ -153,9 +153,10 @@ |
153 | 153 | |
154 | 154 | $SCRIPT_PATH/srt2stm.pl $SCORING_DIR/$BASENAME.tmp2.txt > "$SCORING_DIR/$BASENAME.stm" |
155 | 155 | |
156 | -#export LIA_TAGG_LANG="french" | |
157 | -#export LIA_TAGG="$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" | |
158 | -#cat $SCORING_DIR/$BASENAME.tmp2.txt | $OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/script/lia_tagg | grep -e "MOTINC\|NMS\|NMP\|NFS\|NFP\|X[A-Z]{3,5}" | cut -f1 -d " " > $SCORING_DIR/$BASENAME.tmp2.tag | |
156 | +export LIA_TAGG_LANG="french" | |
157 | +export LIA_TAGG="$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" | |
158 | +export LIA_NE="$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/" | |
159 | +cat $SCORING_DIR/$BASENAME.tmp2.txt | $OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2/script/lia_ne_tagg_txt > $SCORING_DIR/$BASENAME.tmp2.tag | |
159 | 160 | |
160 | 161 | rm $SCORING_DIR/$BASENAME.tmp.txt $SCORING_DIR/$BASENAME.tmp2.txt |
161 | 162 |
tools/lia_ltbox/lia_ne_v2.2/.README.txt.swp
No preview for this file type