bilalrizwan2 commited on
Commit
f1a1f1c
1 Parent(s): 7f83755
ICD_10_mappings_using_MedCat_SNOMED_CT_Example.ipynb CHANGED
@@ -42,10 +42,32 @@
42
  "nltk.download('stopwords')"
43
  ]
44
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  {
46
  "cell_type": "code",
47
  "execution_count": 33,
48
- "id": "e548a62d",
49
  "metadata": {},
50
  "outputs": [
51
  {
@@ -64,7 +86,7 @@
64
  {
65
  "cell_type": "code",
66
  "execution_count": 32,
67
- "id": "a089cfc5",
68
  "metadata": {},
69
  "outputs": [
70
  {
@@ -85,7 +107,7 @@
85
  {
86
  "cell_type": "code",
87
  "execution_count": 28,
88
- "id": "273b553f",
89
  "metadata": {},
90
  "outputs": [
91
  {
@@ -175,7 +197,7 @@
175
  {
176
  "cell_type": "code",
177
  "execution_count": 4,
178
- "id": "9cc6102f",
179
  "metadata": {},
180
  "outputs": [
181
  {
@@ -194,7 +216,7 @@
194
  {
195
  "cell_type": "code",
196
  "execution_count": null,
197
- "id": "f51a3542",
198
  "metadata": {},
199
  "outputs": [],
200
  "source": []
 
42
  "nltk.download('stopwords')"
43
  ]
44
  },
45
+ {
46
+ "cell_type": "code",
47
+ "execution_count": 34,
48
+ "id": "cb092ad7",
49
+ "metadata": {},
50
+ "outputs": [
51
+ {
52
+ "data": {
53
+ "text/plain": [
54
+ "'3.1.3'"
55
+ ]
56
+ },
57
+ "execution_count": 34,
58
+ "metadata": {},
59
+ "output_type": "execute_result"
60
+ }
61
+ ],
62
+ "source": [
63
+ "import spacy\n",
64
+ "spacy.__version__"
65
+ ]
66
+ },
67
  {
68
  "cell_type": "code",
69
  "execution_count": 33,
70
+ "id": "8e4b9aee",
71
  "metadata": {},
72
  "outputs": [
73
  {
 
86
  {
87
  "cell_type": "code",
88
  "execution_count": 32,
89
+ "id": "a48a030f",
90
  "metadata": {},
91
  "outputs": [
92
  {
 
107
  {
108
  "cell_type": "code",
109
  "execution_count": 28,
110
+ "id": "135d2773",
111
  "metadata": {},
112
  "outputs": [
113
  {
 
197
  {
198
  "cell_type": "code",
199
  "execution_count": 4,
200
+ "id": "f0d57280",
201
  "metadata": {},
202
  "outputs": [
203
  {
 
216
  {
217
  "cell_type": "code",
218
  "execution_count": null,
219
+ "id": "6b130c8c",
220
  "metadata": {},
221
  "outputs": [],
222
  "source": []
requirements.txt CHANGED
@@ -127,16 +127,10 @@ pytz==2023.3.post1
127
  PyYAML==6.0.1
128
  pyzmq==23.2.0
129
  regex==2023.10.3
130
- requests==2.31.0
131
- requests-oauthlib==1.3.1
132
- responses==0.18.0
133
- rsa==4.9
134
  scipy==1.7.1
135
  spacy==3.1.3
136
  spacy-legacy==3.0.12
137
  tokenizers==0.13.3
138
  torch==1.9.1
139
- tornado==6.2
140
  tqdm==4.66.1
141
- traitlets==5.7.1
142
  transformers==4.30.2
 
127
  PyYAML==6.0.1
128
  pyzmq==23.2.0
129
  regex==2023.10.3
 
 
 
 
130
  scipy==1.7.1
131
  spacy==3.1.3
132
  spacy-legacy==3.0.12
133
  tokenizers==0.13.3
134
  torch==1.9.1
 
135
  tqdm==4.66.1
 
136
  transformers==4.30.2