-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden Verbs #38
Comments
Sounds interesting. Want to make a module for it and we'll see how it looks? |
Will see
|
@MichaelCarychao Can you provide more examples, too? |
Cool to see your interest. Here's a solid explanation of hidden verbs from A hidden verb is a verb converted into a noun. It often needs an extra verb Hidden verbs come in two forms. Some have endings such as -ment, -tion, On Wednesday, March 11, 2015, Richard Littauer [email protected]
|
You’ll want to detect “nominal suffixes”, ie suffixes turning verbs to nouns. There’re a bunch of examples in the link. I don’t know how to write a linter without false positives, though, since a lot of adverbs and normal nouns will be flagged as well. Writing a dedicated dictionary seems overkill—and add to this that nounified verbs aren’t necessarily bad; perfectly useful words like “invitation” would be flagged, for instance. And you could also go the other way around and detect verbifications. And let’s not get started on hidden adjectives ... :) |
How about catching hidden verbs? Some word endings that flag verbs hiding as nouns: ment, ion, ance, ence.
The text was updated successfully, but these errors were encountered: