Added
- Basic API.
- Added tests for all features and datasources.
- Added frwiki extractor
- Added `extract_text` utility.
Changed
- Restructured wikiclass to make use of the revscoring package.
- Completed enwiki extractor.
- Added error handling in case mwparserfromhell fails.
- Switches `extract_labelings` to use mwxml library
- Remove post '/' stuff from titles during normalization.
- Additional documentation.
Fixed
- Minor issues in `extract_features.py` script.
Removed
- Removed duplicated feature definitions(now part of revscoring).
-