Skip to content

Commit

Permalink
edited license header comments to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachEichen committed Jun 21, 2021
1 parent 02386c6 commit 8a91922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text_extensions_for_pandas/cleaning/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2020 IBM Corp.
# Copyright (c) 2021 IBM Corp.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down Expand Up @@ -542,7 +542,7 @@ def infer_and_extract_entities_iob(
return result_df


def combine_raw_doc_spans(
def combine_raw_spans_docs(
docs: Dict[str, List[pd.DataFrame]], iob_col, token_col, label_col
):
"""
Expand Down

0 comments on commit 8a91922

Please sign in to comment.