fix a bug about can not import ChineseAnalyzer with change tab to 4 wihte spaces under PEP8

pull/134/head
Honghe Wu 11 years ago
parent cc708de40c
commit 7720fbc1d8

@ -1,9 +1,9 @@
import jieba
import os
try:
from analyzer import ChineseAnalyzer
from analyzer import ChineseAnalyzer
except ImportError:
pass
pass
_curpath=os.path.normpath( os.path.join( os.getcwd(), os.path.dirname(__file__) ) )
f_name = os.path.join(_curpath,"idf.txt")

Loading…
Cancel
Save