Tom B

Results 6 comments of Tom B

I noticed this happens too. Seems to be when `not()` is omitting text that occurs before punctuation. For me this has manifested when I pair `not()` with `parentheses()`. ```js //...

@spencermountain Thank you Spencer! I just realized something that looks like a bug. When `15-ounce` is wrapped in parentheses it's tagged as a single term and resultantly has the wrong...

> hey @track0x1 , this is fixed in `14.12.0`: > > ```js > let doc = nlp('10-ounce (12-ounce)') > doc.terms().length // 4 > ``` > > cheers You're the best!...

Hey folks, here's a solution I came up with to workaround in the meanwhile incase you want something that's reusable (this is specific to my nodeJS scenario... modify as needed):...

@testower You'll need to make sure you have `sudo` installed in your image. * `apt-get install sudo` (Debian) * `apk add --no-cache sudo` (Alpine) Also you need to make sure...

I'm experiencing the same thing.