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.

If you write something like this:

const text = `Anyhow, some text.

He some text.

Man some text.`

const result = nlp(text).if('^#Noun').out('array')
console.log(result)

You will get:

[ 'Anyhow, some text.', 'He some text.', 'Man some text.' ]

I’m confused. Anyhow is an adverb and He is a pronoun. Only Man is a noun. Does noun mean something different to compromise?

Note: I’m using compromise 13.8.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
spencermountaincommented, Jan 15, 2021

yeah, adverb sounds good to me. ‘he said it anyhow’ ~ ‘he said it carefully’ You can see our current lexicon here

0reactions
alexcheninfocommented, Jan 15, 2021

@spencermountain Wow, that looks great. It’s a new addition? It didn’t exist before?

Read more comments on GitHub >

github_iconTop Results From Across the Web

dtolnay/anyhow: Flexible concrete Error type built on std
This library provides anyhow::Error , a trait object based error type for easy idiomatic error handling in Rust applications. [dependencies] anyhow = "1.0"....
Read more >
kind.rs.html -- source - Docs.rs
Tagged dispatch mechanism for resolving the behavior of `anyhow!($expr)`. // // When anyhow! is given a single expr argument to turn into anyhow::Error, ......
Read more >
#anyhow proper tags on Tumblr
See a recent post on Tumblr from @braindeadskeletons about anyhow proper tags. Discover more posts about anyhow proper tags.
Read more >
anyway tagging right | Archive of Our Own
... work, or Content that you post or import onto AO3 including in summaries, notes and tags, will be accessible by the public...
Read more >
. Not me tagging people anyhow . Lemme see if that shii really ...
Una go dey tag person anyhow #greenscreen #greenscreenvideo #abas_choco_choco #viral #fypシ゚viral #fyp #tiktok #trending #comedy".
Read more >

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