Skip to main content

This is a Django reusable application for ranging a text by keywords.

Project description

It is simple web-service for ranging a text by keywords.

Installation

pip3 install django-textrank
# or
pip3 install git+https://gitlab.com/djbaldey/django-textrank.git@master#egg=django-textrank

Support Databases

  1. SQLite

  2. PostgreSQL

You can use MySQL or MariaDB if you are willing to accept that there will be no protection against duplicate records in the database and you will need to manage this yourself.

Quick start

  1. Add “textrank” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'djangokit',
        'textrank',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('textrank/', include('textrank.urls')),
  3. Run python3 manage.py migrate to create the necessary models.

  4. Start the development server and visit http://127.0.0.1:8000/textrank/ to check your text.

Project details


Download files

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

Source Distribution

django-textrank-1.0.1.tar.gz (29.0 kB view hashes)

Uploaded Source

Built Distribution

django_textrank-1.0.1-py3-none-any.whl (47.9 kB view hashes)

Uploaded Python 3

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