Added
- Introduced two new separate [spaCy](https://spacy.io/) statistical models: the *ajza* Text Classification model, and *musaid* Named Entity Recognition model.
- Created new distinct functions in the *Hadith* class, for deconstructing, categorizing, and reconstructing the asnad, of ahadith.
- Introduced three new algorithms for processing of ahadith.
Changed
- The *Hadith* class is now available directly from the *pyhadith* package.
- Updated P,R,F scores for the *ajza*, *asl*, *rawa* and *musaid* models in [README.md](https://github.com/umarbutler/pyhadith/blob/master/README.md).
- Updated [README.md](https://github.com/umarbutler/pyhadith/blob/master/README.md) to reflect changes in how ahadith are proccessed and deconstructed by pyHadith.
- The *matn*, *isnad* and *category* attributes of the *Hadith* class are now only available from the new *deconstruct*, *treeify* and *categorize* functions.
- Re-trained the *rawa* and *musaid* [spaCy](https://spacy.io/) statistical models.
Removed
- Removed the *hadith* module.
- Removed the *ahadith* [spaCy](https://spacy.io/) statistical model from code and documentation.