draftquality

A library for performing automatic detection of the quality of Wikipedia article creations.


Keywords
artificial-intelligence
License
MIT
Install
pip install draftquality==0.0.4

Documentation

draftquality

This library provides a set of utilities for building and maintaining draft (new article creation) quality prediction models for Wikipedia.

Requirements

Optionally requires the following based on usage:

  • NLTK SentiWordnet - python -m nltk.downloader sentiwordnet
  • NLTK Wordnet - python -m nltk.downloader wordnet

Author