Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
charhart committed Dec 16, 2019
1 parent 4bc13b4 commit e31f80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlp/algorithms/finder/terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def get_term_matches(self, sentence: str, section='UNKNOWN'):
return term_matches

def get_term_full_text_matches(self, full_text: str, section_headers=None, section_texts=None):
full_text = su.unescape(full_text)
if section_headers is None:
section_headers = [UNKNOWN]
if section_texts is None:
Expand Down

0 comments on commit e31f80a

Please sign in to comment.