summaryrefslogtreecommitdiffstats
path: root/silpa/modules/__init__.py
blob: 4fe98d1d4604146048ac4cbb55c8f88ee2a9c1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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 *
from anagram import *