Skip to content

indent error #5

Description

@siegfang

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] += 1

other files have the same error:
bow.py: L63
pivotselection: L80, L102, L117, L136
util.py: L54, L71, L74

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions