Using Except on a TextType might be problematic #260
dishmint
started this conversation in
Pattern Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are two problems I see atm.
Except[TextType["Adjective"]]means any 'word' that's not recognized as an adjective, but if the word is also a noun for example, the 'noun' version will never match, because the word's been excused already.Beta Was this translation helpful? Give feedback.
All reactions