are you using windows or *nix?

There is a good dictionary (I think it is called dict)
built into most *nix distros,and have yet to find a
good dictionary for windows.

maybe someone else knows a good one =)

Craig

> -----Original Message-----
> From: pete M [mailto:[EMAIL PROTECTED]
> Sent: November 5, 2003 8:40 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] dictionary
>
>
> Got a bit of a peculiar problem.
>
> I'm recovering a hard disk which has got corrupted (work for a data
> recovery business).
>
> I've got a whole stack of text files which I need to clean up
> to try and
> get back some of the text information
> here's an example snippet
>
>
> YuR(I\aQMKNXe17lq~Pr?Xhb^~{ikiF..CIC1(<P(}fzrEfxi45TSQhzMVhloi
> }vNHDfQkT%B3R|*ADt?'6T+?k%,^N{
> "2wjObU=/[EMAIL PROTECTED]@WG8.AH9Y6IZ<Di:)L{y*TTpnBHxdz\\ilqvjT
> rldhBi(bTAAXAoB%}%&l
> [EMAIL PROTECTED])[EMAIL PROTECTED]&Ol4~Y//
> /7;{;e$zwv?xj)(8kkOg(61&[EMAIL PROTECTED]>`<g|[EMAIL PROTECTED]
> p<<Zw|04-7]I^n
> [EMAIL PROTECTED]'FCWL[w)fwe#5B^C`$P"lW
> rc&GSrVL _DlVM7KNnvOmp=
> Jk3]cqXR]{Qp;Y23`GPDjnP,Y6>M}z`7N<A(%Q!YTLvh4.o*{XQ$A'sm\/W{Nj
> s:x3)GP;uFreD]N3GQQbb+X`kN[Product0]
> LANGUAGE=English
> MONIKER={DE907F20-A4A0-11d2-A985-00104B70545A}
> PRODUCT=LiveUpdate
> PRODUCTNAME=LiveUpdate
>
> The way I'm processing is by reading eacho file line by line, keeping
> all charachters ascii >=32 <= 127
>
> What I want is a dictinary of some sort to try and eliminate
> the lines
> where and english word does not exist !!
>
> Anyone got any ideas ... greatly appreciated
>
> pete
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to