File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Node.js CI
5
5
6
6
on :
7
7
push :
8
- branches : [ "word-vectors " ]
8
+ branches : [ "master " ]
9
9
pull_request :
10
- branches : [ "word-vectors " ]
10
+ branches : [ "master " ]
11
11
12
12
jobs :
13
13
build :
Original file line number Diff line number Diff line change 2
2
## Version 2.4.0 June 30, 2025
3
3
4
4
### ✨ Features
5
- - Now map tokens easily; for example: ` doc.tokens().map(token => ({token: token.out(), pos: token.out(its.pos)})) ` . Thanks to @snowyu effort! 👏
5
+ - Now map tokens easily; for example: ` doc.tokens().map(token => ({token: token.out(), pos: token.out(its.pos)})) ` . Thanks to [ @snowyu ] ( https://github.com/snowyu ) effort! 👏
6
6
# [ Operational update] ( https://github.com/winkjs/wink-nlp/releases/tag/2.3.2 )
7
7
## Version 2.3.2 November 30, 2024
8
8
You can’t perform that action at this time.
0 commit comments