bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

Scientific analysis of collaborative communities

Results 110 bigbang issues
Sort by recently updated
recently updated
newest added

We need to know not just how files depend on commits, but how files depend technically on each other. If we restrict ourselves to Python code, this can be done...

Include a method that detects email signatures and quoted text. Look into the open source libraries released by Mailgun: https://github.com/mailgun/talon http://blog.mailgun.com/open-sourcing-our-email-signature-parsing-library/

enhancement

Some email collections will have a footer common to every message at the end of each email. This is the case for example for Google Groups exported from an inbox....

enhancement

Related to #123, have a method on Archive that generates a matrix of term frequency over time. This is likely to be a large and sparse matrix. This would be...

Give the Thread object a method that returns the starting date/time, ending date/time, and duration of the thread.

The current method of computing changing ascendancy over a large range of messages is very inefficient. I believe that it's possible to get an order of magnitude of improvement by...

Extract URLs from email bodies and append to them the extracted entity information.

Hi there, I am running into problems during installation when I execute the `python3 setup.py develop --user` command. For context, my previous steps are: (1) clone bigbang repo to remote...

Mysterious failures of the ICANN pipermail tests... https://gist.github.com/sbenthall/7c59aa9755140120614b80cd9aaf521e Some combination of SSL certification failures, exceeded retries, and Nonetypes where they shouldn't be. `urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate...

This notebook has broken Bigbang import paths. needs to use bigbang.visualization.plot https://github.com/datactive/bigbang/blob/main/examples/activity/Cohort%20Visualization.ipynb