Talk:Ambiguity

From Apertium
Revision as of 08:57, 26 January 2012 by Unhammer (talk | contribs) (Created page with '<pre>lt-expand foo.dix | awk -F':|:<:|:>:' '{F[$1]=F[$1]+1} END{for(f in F){print F[f]" "f}}'|sort -n</pre> gives you a list of the all forms in the dictionary, sorted by how man…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.