Jump to content

Text completion: Difference between revisions

m
m (→‎{{header|Phix}}: unixdict link)
Line 140:
=={{header|Phix}}==
{{trans|Julia}}
uses levenshtein() from [[Levenshtein_distance#Phix]] and (unlike Julia) [http://wiki.puzzlers.org/pub/wordlists/unixdict.txt unixdict] (not the same as the one Julia uses)
<lang Phix>string word = "complition"
sequence words = get_text(join_path({"demo","unixdict.txt"}),GT_LF_STRIPPED)
7,806

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.