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
55
66on :
77 push :
8- branches : [ "word-vectors " ]
8+ branches : [ "master " ]
99 pull_request :
10- branches : [ "word-vectors " ]
10+ branches : [ "master " ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change 22## Version 2.4.0 June 30, 2025
33
44### ✨ 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! 👏
66# [ Operational update] ( https://github.com/winkjs/wink-nlp/releases/tag/2.3.2 )
77## Version 2.3.2 November 30, 2024
88
You can’t perform that action at this time.
0 commit comments