You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Hello World!" in winkNLP is given below. As the next step, we recommend a dive into [winkNLP's concepts](https://winkjs.org/wink-nlp/getting-started.html).
44
44
45
45
```javascript
46
-
// Boilerplate Code.
47
-
// Load wink-nlp package.
48
-
var winkNLP =require( 'wink-nlp' );
46
+
// Load wink-nlp package & helpers.
47
+
constwinkNLP=require( 'wink-nlp' );
49
48
// Load "its" helper to extract item properties.
50
49
constits=require( 'wink-nlp/src/its.js' );
50
+
// Load "as" reducer helper to reduce a collection.
0 commit comments