Open rauchg opened 7 years ago
In "this tool helps", "helps" isn't in a plural form; it's just the third-person-singular conjugation of the verb "to help". Plural nouns probably wouldn't be too hard to implement, but subject-verb agreement (i.e., the issue with your example) is much more complicated. It would likely require some sort of tokenization in order to identify the subject of a sentence and modify its verb to be erroneous (for the training data, that is).
Would it be harder to make this work (and yield "This tool helps")? Great stuff!
I wonder if you find any solutions
Would it be harder to make this work (and yield "This tool helps")? Great stuff!