summaryrefslogtreecommitdiffstats
path: root/silpa/modules/__init__.py
blob: c46904b47b2db39ea522e2d3188a10bbffbc0cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from stemmer import *
from payyans import *
from transliterator import *
from syllabalizer import *
from guesslanguages import *
from hyphenator import *
from fortune import *
from inexactsearch import *
from dictionary import *