-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi! There have some indent miss in the code file, when I download the entire project, like nut/bow.py L39:
for fname in bowfnames:
with open(fname) as f:
for i, line in enumerate(f):
if maxlines != -1 and i >= maxlines:
break
label, tokens = parse_bow(line)
for token,freq in tokens:
fd[token] += 1other files have the same error:
bow.py: L63
pivotselection: L80, L102, L117, L136
util.py: L54, L71, L74
Metadata
Metadata
Assignees
Labels
No labels