diff --git a/tomotopy/__init__.py b/tomotopy/__init__.py index 0be618c..7ccf29f 100644 --- a/tomotopy/__init__.py +++ b/tomotopy/__init__.py @@ -91,7 +91,7 @@ def _load(): if isa == isas[-1]: raise _load() -from tomotopy.corpus import * +#from tomotopy.corpus import * import os if os.environ.get('TOMOTOPY_LANG') == 'kr': __doc__ = """`tomotopy` 패키지는 Python에서 사용가능한 다양한 토픽 모델링 타입과 함수를 제공합니다.