question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plugin-sentences is missing toQuestion/isQuestion functionality

See original GitHub issue

I noticed a couple bugs in the sentences demo:

input:

nlp(`I can't believe it's a law firm.`).sentences().toExclamation().text()

output:

"I can't believe it's a law firm."

(i.e. no effect)


input:

nlp(`I can't believe it's a law firm.`).sentences().toQuestion().text()

output:

"I can't believe it's a law firm."

(i.e. no effect)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
spencermountaincommented, Jun 10, 2020

basic support for these methods has been added in 13.3.0 thanks for your patience

1reaction
spencermountaincommented, May 24, 2020

ah - thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found