Skip to content

Commit

Permalink
🐛 fix HIT-SCIR#624
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Jan 4, 2023
1 parent 13fc1de commit acd3ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/ltp_core/algorithms/get_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ def start_of_chunk(prev_tag, tag, prev_type, type_):
if tag != "O" and tag != "." and prev_type != type_:
chunk_start = True

return
return chunk_start
2 changes: 1 addition & 1 deletion python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="ltp_core",
version="0.1.3",
version="0.1.4",
author="Yunlong Feng",
author_email="[email protected]",
url="https://github.com/HIT-SCIR/ltp",
Expand Down

0 comments on commit acd3ed1

Please sign in to comment.