Skip to main content

Story Clustering Bot for Taranis-NG

Project description

Story Clustering

This code takes newsitems in the format as provided by Taranis-NG and clusters them into Stories.

Description and Use

The approach supports the following functionalities:

  1. Automatically detect Events.
  2. News items are clustered based on the detected Events.
  3. Documents belonging to related Events are then clustered into Stories.

Initial clustering

The method initial_clustering in clustering.py takes as input a dictionary of news_items_aggregate (see tests/testdapa.py for the actual input format) and outputs a dictionary containing two keys: ("event_clusters" : list of list of documents ids) and ("story_clusters" : list of list of documents ids)

Incremental clustering

The incremental clustering method takes as input a dictionary of news_items_aggregate, containing new news items to be clustered, and clustered_news_items_aggregate, containing already clustered items, and tries to cluster the new documents to the existing clusters or create new ones. See tests/testdata.py for the actual input formats. This method also outputs a dictionary containing two keys: ("event_clusters" : list of list of documents ids) and ("story_clusters" : list of list of documents ids)

Installation

The requirements.txt file should list all Python libraries that the story-clustering depends on, and they will be installed using:

pip install .

Development

pip install .[dev]

Use

See notebook\test_story_clustering.ipynb for examples on how to use the clustering methods.

License

EUROPEAN UNION PUBLIC LICENCE v. 1.2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taranis_story_clustering-0.4.1.tar.gz (65.2 kB view details)

Uploaded Source

Built Distribution

taranis_story_clustering-0.4.1-py3-none-any.whl (36.9 kB view details)

Uploaded Python 3

File details

Details for the file taranis_story_clustering-0.4.1.tar.gz.

File metadata

File hashes

Hashes for taranis_story_clustering-0.4.1.tar.gz
Algorithm Hash digest
SHA256 344a4b1e1999cada8fe6b4cc3b40bd3833727542e33355cde150159c8b6da35f
MD5 efe76d3bdc67ffa924de0609b4220a02
BLAKE2b-256 65ca1117d38afc5d56371515c332edcbbfeac0fd179980ec004338d482e4b24a

See more details on using hashes here.

File details

Details for the file taranis_story_clustering-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for taranis_story_clustering-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ddd58ea5eea2126b92f90b3c600a9a5f525417c03b5a36954ecd8c2c892074f3
MD5 501fe5dbc529cb720e4bf8aa500785b4
BLAKE2b-256 452b37a573615d017d608b380ff10cddf47af5830c67594b7e332c219dcb2dc8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page