Skip to main content

A set of utilities for generating quality scores for MediaWiki revisions

Project description

travis codecov

Revision Scoring

A generic, machine learning-based revision scoring system designed to be used to automatically differentiate damage from productive contributory behavior on Wikipedia.

Example

Using a scorer_model to score a revision:

>>> import mwapi
>>> from revscoring import ScorerModel
>>> from revscoring.extractors import APIExtractor
>>>
>>> with open("models/enwiki.damaging.linear_svc.model") as f:
...     scorer_model = ScorerModel.load(f)
...
>>> extractor = APIExtractor(mwapi.Session(host="https://en.wikipedia.org",
...                                        user_agent="revscoring demo"))
>>>
>>> feature_values = extractor.extract(123456789, scorer_model.features)
>>>
>>> print(scorer_model.score(feature_values))
{'prediction': True, 'probability': {False: 0.4694409344514984, True: 0.5305590655485017}}

Installation

The easiest way to install revscoring is via the Python package installer (pip).

pip install revscoring

You may find that some of revscorings dependencies fail to compile (namely scipy, numpy and sklearn). In that case, you’ll need to install some dependencies in your operating system.

Ubuntu & Debian:

Run sudo apt-get install python3-dev g++ gfortran liblapack-dev libopenblas-dev

Windows:

‘TODO’

MacOS:

‘TODO’

Finally, in order to make use of language features, you’ll need to download some NLTK data. The following command will get the necessary corpus.

python -m nltk.downloader stopwords

You’ll also need to install enchant compatible dictionaries of the languages you’d like to use. We recommend the following:

  • languages.arabic: aspell-ar

  • languages.dutch: myspell-nl

  • languages.english: myspell-en-us myspell-en-gb myspell-en-au

  • languages.estonian: myspell-et

  • languages.french: myspell-fr

  • languages.german: myspell-de-at myspell-de-ch myspell-de-de

  • languages.indonesian: aspell-id

  • languages.italian: myspell-it

  • languages.hebrew: myspell-he

  • languages.persian: myspell-fa

  • languages.polish: aspell-pl

  • languages.portuguese: myspell-pt

  • languages.spanish: myspell-es

  • languages.ukrainian: myspell-uk

  • languages.vietnamese: hunspell-vi

Authors

Aaron Halfaker:
  • http://halfaker.info

Helder:
  • https://github.com/he7d3r

Adam Roses Wight:
  • https://mediawiki.org/wiki/User:Adamw

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revscoring-1.0.3.tar.gz (134.1 kB view details)

Uploaded Source

Built Distribution

revscoring-1.0.3-py2.py3-none-any.whl (313.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file revscoring-1.0.3.tar.gz.

File metadata

  • Download URL: revscoring-1.0.3.tar.gz
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for revscoring-1.0.3.tar.gz
Algorithm Hash digest
SHA256 fcc9a97f45fb80d03002917e837a8bc71371b3b65b99c33a24f0804307422b47
MD5 c735a052ff038d6bdc8a474e93ad5f5b
BLAKE2b-256 00d7072e232ab9f7a9beaeb1e11f7bf89fa6f0f65853cc84a66ecba6cf4a233a

See more details on using hashes here.

File details

Details for the file revscoring-1.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for revscoring-1.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0eb6568bae453066ab69570d64e72886f8a3a3e34ce7d8ce24a3be1ab3e9e56b
MD5 baf824054a09b64900a8323b24d4317c
BLAKE2b-256 91112595242b4f42d524891a7046f866585f3dc7d717b080225e166f1486bcfe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page