Moos
Moos
This could be useful. Why not use '..' as the parent selector -- more intuitive?
I never got the "cd1" thing to work with GA4. I changed it to "up.network" and defined a user prop "network" in GA to track it. The documentation is annoyingly...
Not working on one -- PRs welcome.
Hi -- I get this question a lot. I think I need to make the disclaimer in the README more prominent: > This has no relation to correct grammar of...
@AusPrinzip wordpos is an interface only for WordNet. To get other features use [natural's](https://github.com/NaturalNode/natural#wordnet) full library, e.g. http://naturalnode.github.io/natural/inflectors.html#nouns
"[WordNet](https://wordnet.princeton.edu/)® is a large lexical database of English." wordpos is just a Javascript front to the WordNet database. Just as I was about to hit send on above, I re-thought...
I can reproduce: ``` $ wordpos get over return word.toLowerCase().replace(/\s+/g, '_'); ``` "over" is a stop-word and that's causing the error. Try `wordpos -w get over` to not strip stopwords...
Perhaps -- but it's not robust and fails pretty bad -- if it accepts an object it shouldn't fail if the object has a `length` key. Spent couple of hours...
Not sure how you plan to use this. This is not a browser module -- the files have strict format specified by the WordNet DB, and are meant to be...
Aaarrgh... running into same. Any assistance here, if this is a configuration issue that could be remedied on our end, would be appreciated.