Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.74k stars 445 forks source link

Add Content Bundling feature #7953

Closed drew2a closed 3 months ago

drew2a commented 3 months ago

This PR implements the algorithm for content bundling described in

The new algorithm replaces the Content Item bundling logic but does not remove all the previously generated Content Items from the database. The creation of snippets has been moved from the core side to the GUI side, so it can include responses from a remote search on the fly.

image

Content Bundling is conditional. The condition is based on the Corrected Type-Token Ratio (CTTR) formula.

Closes #7837