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
SQLite
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
Add “textrank” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'djangokit', 'textrank', ]
Include the polls URLconf in your project urls.py like this:
path('textrank/', include('textrank.urls')),
Run python3 manage.py migrate to create the necessary models.
Start the development server and visit http://127.0.0.1:8000/textrank/ to check your text.
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
Built Distribution
File details
Details for the file django-textrank-1.0.1.tar.gz
.
File metadata
- Download URL: django-textrank-1.0.1.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ef125eeb0ec2e6dbe395559c25e22487ff836bc5995b4521c559a9ed0d3ae1 |
|
MD5 | 6715082e3c0472bd44425833839c48eb |
|
BLAKE2b-256 | e195c01bab59bbb4cd9e903df95b47352a8131aa4f1076dfbe1efa5d765f44ca |
File details
Details for the file django_textrank-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_textrank-1.0.1-py3-none-any.whl
- Upload date:
- Size: 47.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99aa62311a9e73c8e2764925febc48dc270691fb1f5eef4dcbfd5d27a43cb615 |
|
MD5 | dac9a403680acbaaa6a705052bc302ef |
|
BLAKE2b-256 | a9474ae46b36e92a0c56879054cbed75c73b2d0b8bff0afd60e0778fca1de166 |