X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fspelling%2Fspelling.factor;h=66b0a38fddf2cd9cc95044d4b83afb68e88b7799;hp=ec8de5570bcd931cc3feb6e41f4708d220dfc235;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/spelling/spelling.factor b/extra/spelling/spelling.factor index ec8de5570b..66b0a38fdd 100644 --- a/extra/spelling/spelling.factor +++ b/extra/spelling/spelling.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2010 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: arrays ascii assocs combinators combinators.smart fry +USING: arrays ascii assocs combinators combinators.smart http.client io.encodings.ascii io.files io.files.temp kernel -locals math ranges math.statistics memoize sequences -sequences.private sorting splitting urls ; +math math.statistics ranges sequences sequences.private sorting +splitting urls ; IN: spelling ! http://norvig.com/spell-correct.html