Skip to content

Commit d0c5b12

Browse files
docs(README): add link to default language model's repo
1 parent 14d4087 commit d0c5b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use [npm](https://www.npmjs.com/package/wink-nlp) install:
2929
npm install wink-nlp --save
3030
```
3131

32-
In order to use winkNLP after its installation, you also need to install a language model. The following command installs the latest version of default language model — the light weight English language model called `wink-eng-lite-model`.
32+
In order to use winkNLP after its installation, you also need to install a language model. The following command installs the latest version of default language model — the light weight English language model called [wink-eng-lite-model](https://github.com/winkjs/wink-eng-lite-model).
3333

3434
```shell
3535
node -e "require( 'wink-nlp/models/install' )"

0 commit comments

Comments
 (0)