toInfinitive incorrectly returns "turne" for the verb "turned"
See original GitHub issueSteps to reproduce:
nlp("Mary turned the key.").verbs(0).toInfinitive().out()
Output: “turne” instead of “turn”
In the meantime, is it possible for me to add a custom override for the verb “to turn” to fix this specific edgecase?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
'to'-infinitives | LearnEnglish - British Council
Learn about the infinitive form of a verb and do the exercises to practise using it.
Read more >The Use of the Infinitive - ERIC
The English verb has two major forms, finite and non-finite. ... The symbol * means that the phrase or sentence is incorrect.
Read more >Using Gerunds and Infinitives | Writing Advice
Both gerunds and infinitives can replace a noun as the object of a verb. Whether you use a gerund or an infinitive depends...
Read more >Infinitives - Purdue OWL
An infinitive is a verbal consisting of the word to plus a verb (in its simplest "stem" form) and functioning as a noun,...
Read more >Chapter 25
Infinitives, like participles, operate on relative time—that is, their tense is relative to that of the main verb—thus, the true time of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
as of v14:
let me know if you spot any more thanks
if you wanted to fork/build until then, popping a fix right here should do the trick