eventregistry
Advanced tools
Changelog
v8.8.0 (2020-10-07)
Added
reportingDateStart
and reportingDateEnd
to QueryEvents
. You can use these dates to find the events where the average date of reporting matches this date range. Note that dateStart
and dateEnd
will return events based on when they (supposedly) happened and it can be quite different than the reporting dates.updatesAfterNewsUri
, updatesafterBlogUri
, updatesAfterPrUri
to the RequestArticlesRecentActivity
. Can be used to make sure that absolutely no article is missed when using the QueryArticles
with RequestArticlesRecentActivity
requested result. See this file for an example of use.Changelog
v8.7.0 (2020-01-31)
Added
EventRegistry.getServiceStatus()
method that reports status of the servicesQueryArticles
, QueryArticlesIter
, QueryEvents
, QueryEventsIter
now all have additional parameters minSentiment
and maxSentiment
that can be used to filter the articles and events. The valid values are between -1 (very negative sentiment) and 1 (very positive sentiment). Value 0 represents neutral sentiment.ComplexQueryArticles
and ComplexQueryEvents
classes now support in the constructor additional filters like minSentiment
, maxSentiment
, minFacebookShares
, endSourceRankPercentile
, etc.Updated
ReturnInfo
classes (ArticleInfoFlags
, ConceptInfoFlags
, ...) were updated. Some obsolete parameters were removed and we've also added support to directly pass any rarely used parameters, that are not a part of the typings.TopicPage.getArticles
and TopicPage.getEvents
methods now also support passing any rarely used parameters directly, that are not a part of the typings.trainTopicOnTweets()
, trainTopicClearTopic()
and trainTopicGetTrainedTopic()
methods in the Analytics
class.Analytics.annotate()
method now supports passing custom parameters that should be used when annotating the text.trainTopicOnTweets()
, trainTopicClearTopic()
and trainTopicGetTrainedTopic()
methods in the Analytics
class.QueryArticles.initWithComplexQuery()
was updated - the parameter dataType
was removed (since the dataType
value should be provided in the $filter
section of the query)TopicPage
now supports setting also the source rank percentileAnalytics.extractArticleInfo
now also supports setting the headers and cookies to be used when making the requestsRemoved
EventRegistry.suggestCustomConcepts()
and EventRegistry.getCustomConceptUri()
methods. Not used anymore since we are not supporting anymore the correlation feature.