Skip to content

Commit

Permalink
Fix download folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefs committed Nov 15, 2019
1 parent 131e403 commit 1a4eb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CETEMPublico/corpus.py
Expand Up @@ -7,7 +7,7 @@
from nltk.corpus.reader.conll import ConllCorpusReader

home_path = os.environ['HOME']
folder = home_path + "/.cetem_publico"
folder = home_path + "/.CETEMPublico"

def download(full=False):
"""Downloads the corpus file(s) and saves them in a folder.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
longdescription = fh.read()

setuptools.setup(name='cetem-publico',
version='0.0.11',
version='0.0.12',
description='Python wrapper for the CETEMPublico corpus',
author='André Santos',
author_email='afs@inesctec.pt',
Expand Down

0 comments on commit 1a4eb71

Please sign in to comment.