Skip to content

Commit 82c821f

Browse files
committed
updated changelog
1 parent fc60c18 commit 82c821f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
4+
## [v8.2.0]() (2018-06-29)
5+
6+
**Added**
7+
- added `TopicPage` class. It can be used to create a topic by specifying keywords, concepts, sources, ... as well as their weights. You can specify a threshold and receive only articles and events that match enough specified conditions to reach the required weight. Alternatively you can simply sort the results by relevance and get the top ranked results that are most related to your topic page. See `TopicPageExamples.py` file for examples on how to use the topic pages.
8+
- added named entity extraction endpoint to `Analytics`. Call `Analytics.ner(text)` to extract named entities.
9+
10+
**Updated**
11+
- sentiment analysis now supports two models - vocabulary based as well as a model using neural networks. Choose the model by specifying the `method` parameter. Possible values for it are `vocabulary` (vocabulary based sentiment analysis, default) or `rnn` (neural networks based model).
12+
13+
314
## [v8.1.0]() (2018-06-10)
415

516
**Added**

0 commit comments

Comments
 (0)