CofeehousePy/mods/stopwords/coffeehousemod_stopwords/__init__.py

10 lines
177 B
Python

import os
def get_location():
"""
Returns the location for the StopWords data
:return:
"""
return os.path.join(os.path.dirname(__file__), 'data')