Skip to content

Commit 8dbb352

Browse files
build: bpm npm version — minor
Co-authored-by: Rachna <[email protected]>
1 parent 46381d1 commit 8dbb352

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [Improving mark's functionality in custom entities](https://github.com/winkjs/wink-nlp/releases/tag/1.12.4)
2-
## Version 1.12.4 December 09, 2022
1+
# [Improving mark's functionality in custom entities](https://github.com/winkjs/wink-nlp/releases/tag/1.13.0)
2+
## Version 1.13.0 December 09, 2022
33

44
### ✨ Features
55
- Mark allows marking w.r.t. the last element of the pattern. For example if a pattern matches `a fluffy cat` then `mark: [-2, -1]` will extract `fluffy cat` — especially useful when the match length is unknown. 💃

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wink-nlp",
3-
"version": "1.12.3",
3+
"version": "1.13.0",
44
"description": "Developer friendly Natural Language Processing ✨",
55
"keywords": [
66
"NLP",

0 commit comments

Comments
 (0)