[fix] output path in numex.py

This commit is contained in:
Al
2016-03-29 11:25:33 -04:00
parent 46b4cc7a5f
commit 1bc92d6995
2 changed files with 2 additions and 1 deletions

View File

@@ -1187,4 +1187,5 @@
"stopwords": [
"et"
]
}

View File

@@ -15,7 +15,7 @@ class InvalidNumexRuleException(Exception):
NUMEX_DATA_DIR = os.path.join(DATA_DIR, 'numex')
NUMEX_RULES_FILE = os.path.join(os.pardir, os.pardir, os.pardir, 'src', 'numex_data.c')
NUMEX_RULES_FILE = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'src', 'numex_data.c')
GENDER_MASCULINE = 'GENDER_MASCULINE'
GENDER_FEMININE = 'GENDER_FEMININE'