diff --git a/text2term/onto_cache.py b/text2term/onto_cache.py index 614f912..204dcb0 100644 --- a/text2term/onto_cache.py +++ b/text2term/onto_cache.py @@ -3,8 +3,8 @@ import text2term import owlready2 import pandas as pd -from .term import OntologyTermType -from .mapper import Mapper +from text2term.term import OntologyTermType +from text2term.mapper import Mapper from shutil import rmtree CACHE_FOLDER = "cache"