Erinç Dikici <erinc.dikici@...> writes:

> 
> Thanks again for your quick answers.Yes, 32 and 2 are the counts after
"sort | uniq | wc -l". 
> 

did you actually cut away the scores? It's possible that you have duplicates
with different scores, so they will show up as different lines with 'sort |
uniq', but will be merged if you do 'cut -d'|' -f4 | sort | uniq' as
Matthias suggested.

best wishes,
Rico

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to