Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Passive Voice? I think not #2141

Open
4 of 9 tasks
galbaras opened this issue Feb 12, 2019 · 13 comments
Open
4 of 9 tasks

Passive Voice? I think not #2141

galbaras opened this issue Feb 12, 2019 · 13 comments
Labels

Comments

@galbaras
Copy link

  • I've read and understood the contribution guidelines.
  • I've searched for any related issues and avoided creating a duplicate issue.

Please give us a description of what happened.

The plugin flags the following sentences as Passive Voice, but I disagree:

  1. Years later, I realized that if I really wanted to be on that Olympic team, I would have found a way.

  2. Some girls trained for 5-6 years before they got into the competitive team and had to hang in there long enough to move up.

Technical info

  • If relevant, which editor is affected (or editors):
  • Classic Editor
  • Gutenberg
  • Classic Editor plugin
  • Which browser is affected (or browsers):
  • Chrome
  • Firefox
  • Safari
  • Other

Used versions

  • WordPress version: 5.0.3
  • Yoast SEO version: 9.5
  • Classic Editor plugin version: 1.4
  • Tested with theme: Genesis + custom child
@galbaras galbaras changed the title Passive analysis? I think not Passive Voice? I think not Feb 12, 2019
@IreneStr
Copy link
Contributor

IreneStr commented Feb 12, 2019

@galbaras You are totally correct those sentences are not passive. Unfortunately, our analysis is not 100% correct, and some false positives can occur. We'll see what we can do based on your examples. I'm going to move this issue to the yoastseo.js repository, because that's where our analysis takes place.

@IreneStr IreneStr transferred this issue from Yoast/wordpress-seo Feb 12, 2019
@IreneStr IreneStr added the bug label Feb 12, 2019
@galbaras
Copy link
Author

Come to think of it, it would be really good to have a way to un-flag a sentence and/or send it to the plugin's team from within the analysis.

Having red scores is stressful :-)

@monbauza
Copy link

Another false positive of sentence being flagged as passive:

The wet part was not wholly unexpected.

@monbauza
Copy link

Please inform the customer of conversation # 605408 when this conversation has been closed.

@monbauza
Copy link

The above customer doesn't think these sentences should be flagged as passive:

Import-Export Code (IEC) registration is needed for organisations. It is not required for individuals.

@monbauza
Copy link

This user on Twitter doesn't think this sentence is in passive voice:

Rules are meant to be broken.

@galbaras
Copy link
Author

galbaras commented Oct 22, 2020

@monbauza all of your examples are passive. Active equivalents would be:

I half expected to see a wet part

Organisations need to register their Import-Export Code (IEC), but individuals don't

We should break rules

@galbaras
Copy link
Author

galbaras commented Oct 22, 2020

@galbaras You are totally correct those sentences are not passive. Unfortunately, our analysis is not 100% correct, and some false positives can occur. We'll see what we can do based on your examples. I'm going to move this issue to the yoastseo.js repository, because that's where our analysis takes place.

@IreneStr The most annoying issue is with feelings, like "I felt depressed" or "I got upset". Maybe you can skip known feeling words?

Wither way, this issue has been open for more than 1.5 years. Has there been ANY progress?

@rumejan
Copy link

rumejan commented Oct 25, 2020

Please inform the customer of conversation # 661962 when this conversation has been closed.

@IreneStr
Copy link
Contributor

Hi @galbaras,
Thank you for your feedback. We understand the frustration of having non-passive sentences marked as passive. Based on your suggestion above, we’ve added ‘depressed’ and ‘upset’ to our exception list. We also added 'annoyed' and 'disappointed'. If you have more of those words we can add to this list, please let us know. Adding words to the exceptions list is a quick fix for us.

The reason this issue has been open for such a long time is that we have decided to focus on expanding our readability features to other languages, instead of decreasing false positives for existing implementations. Unfortunately, we don’t have enough developers and linguists to do both. (We’ll always be able to add words to the exception words list if someone provides them to us, but not to do research for it ourselves).

Please note that what our assessments indicate is not (and will never be) 100% consistent with what Google or your readers will think of your posts. If you yourself know that sentences are incorrectly marked as passive, you can keep those sentences without a doubt. They are not passive, so they won’t make your text harder to read for Google or your readers.

@galbaras
Copy link
Author

Thank you, @IreneStr .

It could be good to skip anything following a word that indicates feeling, e.g. "I felt satisfied".

Also, I've found this list of feeling words. If you search the page for "ed", you'll find MANY words to exclude, like "elated", "pleased" and "thrilled".

@IreneStr
Copy link
Contributor

IreneStr commented Oct 27, 2020

@galbaras We already check if there is a passive auxiliary present in the sentence. So "I felt satisfied" should never be marked as passive (but "I was satisfied" might). Did you see "I felt satisfied" being marked?

It's risky to remove all words from your list of feeling words ending in -ed, as that would cause many false negatives as well. For example, the first -ed word there is 'amazed'. A sentence like 'I was amazed by the magician's tricks' is passive, and my gut feeling says that sentences with 'amazed' + 'by' (which are passive) are more frequent than sentences with 'amazed' without 'by' (e.g 'I was amazed', which is not passive). And exactly for that kind of evaluation/investigation we don't have enough linguists 😬

@galbaras
Copy link
Author

galbaras commented Oct 28, 2020

@galbaras We already check if there is a passive auxiliary present in the sentence. So "I felt satisfied" should never be marked as passive (but "I was satisfied" might). Did you see "I felt satisfied" being marked?

That's great. I don't remember specifically, sorry.

It's risky to remove all words from your list of feeling words ending in -ed, as that would cause many false negatives as well. For example, the first -ed word there is 'amazed'. A sentence like 'I was amazed by the magician's tricks' is passive, and my gut feeling says that sentences with 'amazed' + 'by' (which are passive) are more frequent than sentences with 'amazed' without 'by' (e.g 'I was amazed', which is not passive). And exactly for that kind of evaluation/investigation we don't have enough linguists 😬

In this case, having "by" after the supposedly-passive word can be used in the analysis.

Either way, taking the unambiguous feeling words from the list should already make things better.

Just as an idea, BTW, why not provide a way to dispute readability analysis in the readability box? You'll only need it for a while, until the dust settles.

Basically, users can send you some sample text and a description of why they think it should be analysed differently, and clicking a button will send that feedback to be collected somewhere, and then reviewed.

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

No branches or pull requests

4 participants