Skip to content

Commit

Permalink
small format change
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Harnisch committed Nov 26, 2020
1 parent 62d431d commit d3475f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flair/datasets/sequence_labeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,8 @@ def __init__(
print(data_path / data_file)

super(DANE, self).__init__(
data_folder, columns,
data_folder,
columns,
tag_to_bioes=tag_to_bioes,
in_memory=in_memory,
comment_symbol="#",
Expand Down Expand Up @@ -2972,4 +2973,4 @@ def __init__(
in_memory=in_memory,
document_separator_token=None if not document_as_sequence else "-DOCSTART-",
**corpusargs,
)
)

0 comments on commit d3475f5

Please sign in to comment.