Skip to content

Commit

Permalink
deleting bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Oct 22, 2024
1 parent 3547c91 commit 723651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/LitCoin/src/NER/nameres.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def annotate(self, text, props, limit=1):
if props.get('skip_umls', False):
skip_umls = True

timeout = props.get('timeout', 15) # Default to 10 seconds
timeout = props.get('timeout', 15)

# Make a request to Nemo-Serve.
nameres_options = {
Expand Down

0 comments on commit 723651e

Please sign in to comment.