Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Neumann committed Jul 8, 2020
1 parent 231f982 commit 60da605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scispacy/umls_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def read_umls_concepts(meta_path: str, concept_details: Dict, source: str = None
Args:
meta_path: path to the META directory of an UMLS release
concept_details: a dictionary to be filled with concept informations
source: An optional source identifier, used as a filter to extract only a
specific source from UMLS.
"""
concepts_filename = "MRCONSO.RRF"
headers = read_umls_file_headers(meta_path, concepts_filename)
Expand Down

0 comments on commit 60da605

Please sign in to comment.