Skip to content

Commit

Permalink
Fix #366; fix case of cltk_data (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyclassics authored and kylepjohnson committed Aug 29, 2016
1 parent ed17f36 commit 98b2995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cltk/corpus/latin/__init__.py
Expand Up @@ -17,7 +17,7 @@
# Would like to have this search through a CLTK_DATA environment variable
# Better to use something like make_cltk_path in cltk.utils.file_operations?
home = os.path.expanduser('~')
cltk_path = os.path.join(home, 'CLTK_DATA')
cltk_path = os.path.join(home, 'cltk_data')

word_tokenizer = WordTokenizer('latin')

Expand Down

0 comments on commit 98b2995

Please sign in to comment.