CofeehousePy/mods/tokenizer/coffeehousemod_tokenizer/__init__.py

10 lines
173 B
Python
Raw Normal View History

2020-12-25 20:24:45 +01:00
import os
def get_location():
"""
Returns the location for the punkt data
:return:
"""
return os.path.join(os.path.dirname(__file__), 'data')