Skip to content

marco-c/crashsimilarity

Repository files navigation

crashsimilarity

Build Status codecov

Description

Crashsimilarity is a tool to cluster slightly different crash reports, reporting the same problem. It supports crashes reported to the Mozilla Socorro crash reporting system

It uses doc2vec for word embedding and WMD as a distance metric.

❗ The project is in early prototype stage. ❗

How to run

For now only command line interface is supported. Have a look at the cli directory.

Tests

# Run all tests
py.test tests

# Run a specific test
py.test tests/test_whatever.py

About

Similarity between crash reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published