Skip to content

Commit

Permalink
rename the function to parse
Browse files Browse the repository at this point in the history
  • Loading branch information
shshemi committed Feb 11, 2024
1 parent 79f0306 commit 7304073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tipping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__all__ = _lib_tipping.__all__


def token_independency_clusters(
def parse(
messages: List[str],
threshold: float = 0.5,
special_whites: List[str] = None,
Expand Down

0 comments on commit 7304073

Please sign in to comment.