N-grams: Difference between revisions

m
m (→‎{{header|Phix}}: (find ok too remark))
Line 205:
 
=={{header|Phix}}==
A dictionary is used to find the index of already-seen n-grams, even though a simpler find() would be good enough for this task.<br>
I have replicated most orderings found on this page, the task description order corresponds to orig/freq,<br>
jq is alpha/freq but high last, but there is no equivalent for the Factor or Raku orderings here ;-).
7,806

edits