-
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
"many" is not a weasel word after "how" #75
Comments
This is a question which sounds like it should be inside of quotes .. i.e. That said, many is a quantifier that can be used with count nouns and is often preceded by |
@glennhefley – the point about quotations within dialog is interesting. I think regardless, "How many" should be valid. For now, hardcoding that exception seems like a reasonable solution. @RichardLitt – do you think we can generalize this further? |
@btford Don't tell anyone but I agree too. I was just attempting the best argument against. The dialog quotation however I am all for because it is true -- and no one does it with their grammar checkers. This could be because it is terribly difficult to do, which I have no doubt is the true issue. I've been working on a project I'm calling 'Wordthy' which deals with using the English language to the best effect -- from a fiction writers point of view. At first I wasn't going to bother with a grammar checker at all, because that isn't the focus of the program. Now I'm thinking it should at least have access to one, which is why I've been sulking in the shadows and watching your work -- which at the moment is some of the most interesting. |
I am not sure that dialogue is a useful metric for deciding on the grammaticality of a term. Anything can be used in dialogue, even this. If anything, quoted dialogue is more likely to contain informal language, anyway. The main difference that I see is the use of many in interrogatives, as opposed to many as an adjective. The part of speech is fluid (as far as I can tell, although this is off of the cusp and may not be an accurate assessment). Here is a good breakdown of the uses of many. Hard coding is a possible solution. Personally, I wouldn't bother - this is one of many possible exceptions to the weasel word concept. "How many entries are allowed" is no less clear to me than "What is the limit of entries", which is a different question, too. Instead of hard coding, just take the weasel word line with a grain of salt, and ignore it. Otherwise, we'd have to basically build a grammar of English, which is well out of the scope of this module. |
How about adding an option to pass in an "exclude json"(Which could be passed in via command line) which would allow the user to exclude a word + check. Example: {
"weasel" : ["how"]
} Maybe that would help? |
For reference: whitelisting is supported by now: 685c0a2 |
A sentence like the following should not trigger
"many" is a weasel word and can weaken meaning
, should it?The text was updated successfully, but these errors were encountered: