DeveloperCAP/MLCAT

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Mailing List Community Analysis Tool (MLCAT)

[![Build Status](https://travis-ci.org/DeveloperCAP/MLCAT.svg?branch=development)](https://travis-ci.org/DeveloperCAP/MLCAT)
[![Maintainability](https://api.codeclimate.com/v1/badges/74ec741f24466f33f083/maintainability)](https://codeclimate.com/github/DeveloperCAP/MLCAT/maintainability)
[![codecov](https://codecov.io/gh/DeveloperCAP/MLCAT/branch/master/graph/badge.svg)](https://codecov.io/gh/DeveloperCAP/MLCAT)
[![Dependency Status](https://www.versioneye.com/user/projects/5a57a7d70fb24f382f102324/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5a57a7d70fb24f382f102324)


> Parsing mailing lists to detect communication patterns.

Welcome to the Mailing List Community Analysis Tool(MLCAT). The main objective of this project is to develop a mailing list analysis tool to extract information from mailing list such as senders, receivers, time stamps etc with suitable graph models (simple, weighted - directed, hypergraph) for the discussion threads and subscriber communication. This information is then used to construct an organizational (or communication) structure using the graph models and analyze it. Study of these interactions on different levels helps us in deriving the local and global communication patterns between users on different threads. Please browse through the relevant sections on the navigation bar for more information.

### Please see ###
[Install and Use](https://github.com/DeveloperCAP/MLCAT/wiki/Install-and-Use)        [Features](https://github.com/DeveloperCAP/MLCAT/wiki/Features)        [Releases](https://github.com/DeveloperCAP/MLCAT/releases)     
[Documentation](http://developercap.github.io/MLCAT/)     

### Contribute by ###
[Creating Issues](https://github.com/DeveloperCAP/MLCAT/issues)     
[Writing Documentation](https://github.com/DeveloperCAP/MLCAT/wiki)     
[Making a PR](https://github.com/DeveloperCAP/MLCAT/pulls) that follows [coding guidelines](https://github.com/DeveloperCAP/MLCAT/wiki/Coding-Guidelines)