Message Boards Message Boards

0
|
5163 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How do I use DictionaryLookup to exclude words with certain phrases?

Posted 10 years ago
POSTED BY: F P
2 Replies

Try something like:

tmp = DictionaryLookup[];
tmp // Length
tmp = Select[tmp, StringFreeQ[#, "ar"] &];
tmp // Length
tmp = Select[tmp, StringFreeQ[#, "h"] &];
tmp // Length
POSTED BY: Sander Huisman
Posted 10 years ago
POSTED BY: F P
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract