tom arnall
2014-08-30 03:50:40 UTC
Here is the command i'm running:
aspell clean < test.txt
Here is the relevant output:
-------------
wordCompletion/$ cat test.txt
The
juunk
following
is
something
I've
wordCompletion/$ aspell clean < test.txt
The
juunk
following
is
something
I've
------------
Which is to say that the command just regurgitates the original list
of words, treating 'juunk' as if it were a good word. The
documentation says that the output is supposed to be cleaned of
misspellings.
The
juunk
following
is
something
I've
The
juunk
following
is
something
I've
aspell clean < test.txt
Here is the relevant output:
-------------
wordCompletion/$ cat test.txt
The
juunk
following
is
something
I've
wordCompletion/$ aspell clean < test.txt
The
juunk
following
is
something
I've
------------
Which is to say that the command just regurgitates the original list
of words, treating 'juunk' as if it were a good word. The
documentation says that the output is supposed to be cleaned of
misspellings.
The
juunk
following
is
something
I've
The
juunk
following
is
something
I've