N-grams: Difference between revisions

m
Line 207:
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>
and jq is alpha/freq with high last, but there is no equivalent for the Factor or Raku orderings here ;-).
<!--<syntaxhighlight lang="phix">(phixonline)-->
<span style="color: #008080;">with</span> <span style="color: #008080;">javascript_semantics</span>
7,815

edits