We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a70a3 commit 580e841Copy full SHA for 580e841
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# [Improved custom entities](https://github.com/winkjs/wink-nlp/releases/tag/0.2.0)
2
+## Version 0.2.0 July 21, 2020
3
+
4
+### ✨ Features
5
+- We have added `.parentCustomEntity()` API to `.tokens()` API. 👏
6
7
+#
8
+### 🐛 Fixes
9
+- Accessing custom entities was failing whenever there were no custom entities. Now things are as they should be — it tells you that there are none! ✅
10
11
12
13
+# [Improved interface with language model](https://github.com/winkjs/wink-nlp/releases/tag/0.1.0)
14
+## Version 0.1.0 June 24, 2020
15
16
17
+- We have improved interface with the language model — now supports the new format. 👍
0 commit comments