Skip to content

Commit

Permalink
Merge pull request #216 from coderbhupendra/master
Browse files Browse the repository at this point in the history
added sanskrit_parallel_sacred_texts in sanskrit corpora
  • Loading branch information
kylepjohnson committed Mar 29, 2016
2 parents c9dad01 + 8ac9a62 commit 8bef539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cltk/corpus/sanskrit/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
{'name':'sanskrit_text_dcs',
'location':'remote',
'type':'text'},
{'name':'sanskrit_parallel_sacred_texts',
'location':'remote',
'type':'parallel'},
]
4 changes: 2 additions & 2 deletions docs/sanskrit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Use ``CorpusImporter()`` or browse the `CLTK GitHub repository <https://github.c
In [3]: c.list_corpora
Out[3]:
['sanskrit_text_jnu',
'sanskrit_text_dcs']
['sanskrit_text_jnu', 'sanskrit_text_dcs', 'sanskrit_parallel_sacred_texts']

0 comments on commit 8bef539

Please sign in to comment.