Group Abstract Group Abstract

Message Boards Message Boards

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

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

Posted 11 years ago
POSTED BY: F P
2 Replies
Posted 11 years ago

I just got it! Thanks, though!

enter image description here

POSTED BY: F P

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
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard