Skip to content
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

Open
MichaelCarychao opened this issue Jan 15, 2015 · 5 comments
Open

Hidden Verbs #38

MichaelCarychao opened this issue Jan 15, 2015 · 5 comments

Comments

@MichaelCarychao
Copy link

How about catching hidden verbs? Some word endings that flag verbs hiding as nouns: ment, ion, ance, ence.

@RichardLitt
Copy link
Collaborator

Sounds interesting. Want to make a module for it and we'll see how it looks?

@fguerrer77
Copy link

fguerrer77 commented Feb 28, 2015 via email

@RichardLitt
Copy link
Collaborator

@MichaelCarychao Can you provide more examples, too?

@MichaelCarychao
Copy link
Author

Cool to see your interest. Here's a solid explanation of hidden verbs from
PlainLanguage.gov:

A hidden verb is a verb converted into a noun. It often needs an extra verb
to make sense. So we write, "Please make an application for a personal
loan" rather than "Please apply for a personal loan."

Hidden verbs come in two forms. Some have endings such as -ment, -tion,
-sion, and -ance or link with verbs such as achieve, effect, give
, have, make, reach, and take. Often, you will find a hidden verb
between the words "the" and "of."
http://www.plainlanguage.gov/howto/wordsuggestions/hiddenverbs.cfm

On Wednesday, March 11, 2015, Richard Littauer notifications@github.com
wrote:

@MichaelCarychao https://github.com/MichaelCarychao Can you provide
more examples, too?


Reply to this email directly or view it on GitHub
#38 (comment).

@ndarville
Copy link

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 ... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants