Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
victormurcia authored Jul 8, 2024
1 parent 67fffdb commit 6446f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ An example output would look something like this:
| 0 | hand | skull | C0018563 | C0037303 | 9 | C0018563 => C1140618 => C0015385 => C0005898 =... |
| 1 | Renal failure | Kidney failure| C0035078 | C0035078 | 1 | C0035078 |

**IMPORTANT: This function has not been optimized for performance yet and can lead to long runtimes.**

### Finding Least Common Subsumer

To find the least common subsumer (LCS) of concepts:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PyUMLS_Similarity"
version = "0.0.12"
version = "0.1.1"
authors = [
{ name="Victor Murcia", email="[email protected]" },
]
Expand Down

0 comments on commit 6446f75

Please sign in to comment.