Talk:Ambiguity

From Apertium
Jump to navigation Jump to search
lt-expand foo.dix | awk -F':|:<:|:>:' '{F[$1]=F[$1]+1} END{for(f in F){print F[f]" "f}}'|sort -n

gives you a list of the all forms in the dictionary, sorted by how many analyses they have.