| Original Message (ID '38969') By Bill Simpson: |
| In Response To 'Re: Re: Re: DictionaryLookup for a pair of words'
---------
One other error, change
RegularExpression["b......"]
and
RegularExpression["m......"]
to
RegularExpression["^b......$"]
and
RegularExpression["^m......$"]
so that they only match full words.
But again this should result in extra incorrect matches, not fewer matches.
If you can point out words that are in the dictionary and satisfy your criteria and the code isn't matching then I will track down and fix my errors, but I need to see your intermediate results so I can see where I went wrong. |
|