Django antimat is application for filtering snub words.
Project description
Django-antimat
I. Install
Requirements:
Django
South
Pymorphy with installed MORPHY_DICT_PATH in settings
For install:
set MORPHY_DICT_PATH in setting to path of your dicts
Add to installed apps in settings django_antimat
./manage migrate django_antimat
initialize antimat with:
from django_antimat import Antimat
Antimat.install(MODEL, 'FIELD')
II. Get dicts for pymorphy
https://bitbucket.org/kmike/pymorphy/downloads/
III. Get mat list from internet
And add this list in admin panel:
each word on new line
IV. Author
Vadim aka ruscoder
rusmiligamer@gmail.com
I. Install
Requirements:
Django
South
Pymorphy with installed MORPHY_DICT_PATH in settings
For install:
set MORPHY_DICT_PATH in setting to path of your dicts
Add to installed apps in settings django_antimat
./manage migrate django_antimat
initialize antimat with:
from django_antimat import Antimat
Antimat.install(MODEL, 'FIELD')
II. Get dicts for pymorphy
https://bitbucket.org/kmike/pymorphy/downloads/
III. Get mat list from internet
And add this list in admin panel:
each word on new line
IV. Author
Vadim aka ruscoder
rusmiligamer@gmail.com
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
django_antimat-1.0.tar.gz
(3.3 kB
view details)
File details
Details for the file django_antimat-1.0.tar.gz.
File metadata
- Download URL: django_antimat-1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c593f909a072b3ffd967aff6edcebfcd3e4874a656069908341cb054206b9d9
|
|
| MD5 |
ac3ca3cbb5d21b9757c0c0bcfc01f2c0
|
|
| BLAKE2b-256 |
5b9855cc8c8064dcb0ce97b63b260034c4525bc3f538337e503e761e14d4fbf0
|