Text completion: Difference between revisions

m
→‎{{header|Phix}}: "not" collection!
m (→‎{{header|Phix}}: "not" collection!)
Line 140:
=={{header|Phix}}==
{{trans|Julia}}
uses levenshtein() from [[Levenshtein_distance#Phix]] and [http://wiki.puzzlers.org/pub/wordlists/unixdict.txt unixdict] (not the same as the one Julia uses - I did just check and indeed it does ''not'' have "collection" in it!)
<lang Phix>string word = "complition"
sequence words = get_text(join_path({"demo","unixdict.txt"}),GT_LF_STRIPPED)
7,794

edits