Skip to main content

A Django app for calculating phonotactic probabilities in Serbian language.

Project description

=====
Phonotactic Probability Calculator for Serbian Language
=====

Phonotactic Probability Calculator is a Django app for calculating phonotactic probabilities in Serbian language.


Quick start
-----------

PREREQUISITES:

- Django 1.10
- Django “form tools” app

-----------

0. Install prerequisites and the phonotactics app with pip::

pip install django django-formtools django-phonotactics


1. Add prerequisites and "phonotactics" app to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'formtools',
'phonotactics',
]

2. Include the phonotactics URLconf in your project urls.py like this::

url(r'^', include('phonotactics.urls')),

3. Run `python manage.py migrate` to create the phonotactics models.

4. Run `python manage.py loaddata words.json` to load the basic corpus.

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-phonotactics-0.1.2.tar.gz (125.1 kB view details)

Uploaded Source

File details

Details for the file django-phonotactics-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-phonotactics-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a63ca118bef63f1b4b04407128479f8194dcf0169616f7fbabcded65abe189f6
MD5 2866c1c4f1873a164468d4fb26711efe
BLAKE2b-256 9e52c360bd5bc31fb4123935a0a25ebfcae65045fca6b02b3ecdaa5aab1cfaa5

See more details on using hashes here.

Supported by

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