Skip to content

Commit

Permalink
Merge pull request #170 from cltk/revert-167-master
Browse files Browse the repository at this point in the history
Revert "added corpora for classical sanskrit"
  • Loading branch information
kylepjohnson committed Mar 5, 2016
2 parents 5726017 + 743e0d9 commit d057ca5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Empty file removed cltk/corpus/sanskrit/__init__.py
Empty file.
5 changes: 0 additions & 5 deletions cltk/corpus/sanskrit/corpora.py

This file was deleted.

6 changes: 2 additions & 4 deletions cltk/corpus/utils/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from cltk.corpus.chinese.corpora import CHINESE_CORPORA
from cltk.corpus.coptic.corpora import COPTIC_CORPORA
from cltk.corpus.greek.corpora import GREEK_CORPORA
from cltk.corpus.sanskrit.corpora import SANSKRIT_CORPORA
from cltk.corpus.latin.corpora import LATIN_CORPORA
from cltk.corpus.multilingual.corpora import MULTILINGUAL_CORPORA
from cltk.corpus.pali.corpora import PALI_CORPORA
Expand All @@ -23,16 +22,15 @@
from urllib.parse import urljoin


AVAILABLE_LANGUAGES = ['chinese', 'coptic', 'greek', 'latin', 'multilingual', 'pali', 'tibetan','sanskrit']
AVAILABLE_LANGUAGES = ['chinese', 'coptic', 'greek', 'latin', 'multilingual', 'pali', 'tibetan']
CLTK_DATA_DIR = '~/cltk_data'
LANGUAGE_CORPORA = {'chinese': CHINESE_CORPORA,
'coptic': COPTIC_CORPORA,
'greek': GREEK_CORPORA,
'latin': LATIN_CORPORA,
'multilingual': MULTILINGUAL_CORPORA,
'pali': PALI_CORPORA,
'tibetan': TIBETAN_CORPORA,
'sanskrit':SANSKRIT_CORPORA,}
'tibetan': TIBETAN_CORPORA,}



Expand Down

0 comments on commit d057ca5

Please sign in to comment.