Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 982 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 982 Bytes

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