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
-
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