Skip to content

Commit

Permalink
Lorr1 master pr (#61)
Browse files Browse the repository at this point in the history
* Fix apidocs

* Merge before new PIP
  • Loading branch information
lorr1 authored Jun 29, 2021
1 parent bf520bb commit c31160d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootleg/end2end/extract_mentions.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ def get_new_to_old_dict(split_sentence):
return new_to_old


def find_aliases_in_sentence_tag(sentence, all_aliases, min_alias_len=1, max_alias_len=6):
def find_aliases_in_sentence_tag(
sentence, all_aliases, min_alias_len=1, max_alias_len=6
):
"""Mention extraction function.
Args:
Expand Down

0 comments on commit c31160d

Please sign in to comment.