-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Milestone
Description
Hello,
I'd like to use tethne.model.corpus.DTMmodel.from_gerrish. However, I can't load the requisite modules. Can you help? This is what I have tried:
from tethne.model.corpus import dtmmodel
from tethne.model.managers import DTMModelManager
from tethne.model import DTMModelManager
from tethne.model.corpus import dtmmodel
I always get the following import error:
ImportError: cannot import name DTMModelManager
Thanks!