wink-nlp icon indicating copy to clipboard operation
wink-nlp copied to clipboard

Developer friendly Natural Language Processing ✨

Results 4 wink-nlp issues
Sort by recently updated
recently updated
newest added

it seems docs says we should use the embeddings like this: ```typescript import wink from "wink-nlp"; import model from "wink-eng-lite-web-model"; import vectors from "wink-embeddings-sg-100d"; const nlp = wink(model, [], vectors);...

Hi, I have run into one problem in POS tagging. in sentences like: "It is an AI" It seems to be consisten in other sentences as well: "it made a...

Hi, I ran into a corner case with pos tagging for imperative sentences like: Suppose I tell you that it is true. if run this sentence on its own then...

wink-nlp version: 2.3.0 wink-eng-lite-web-model: 1.8.0 Currently the Unicode Zero-Width Non-Breaking Space character is only supposed to be used as a [Byte-Order Mark](https://en.wikipedia.org/wiki/Byte_order_mark), but it has previously had the same job...