Difference between revisions of "Talk:Ambiguity"

From Apertium
Jump to navigation Jump to search
(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…')
 
(No difference)

Latest revision as of 08:57, 26 January 2012

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.