|
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "cell_type": "code", |
19 | | - "execution_count": null, |
| 19 | + "execution_count": 1, |
20 | 20 | "id": "4191f259", |
21 | 21 | "metadata": {}, |
22 | 22 | "outputs": [], |
|
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "cell_type": "code", |
33 | | - "execution_count": null, |
| 33 | + "execution_count": 2, |
34 | 34 | "id": "1c5dab37", |
35 | 35 | "metadata": {}, |
36 | 36 | "outputs": [], |
|
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "cell_type": "code", |
48 | | - "execution_count": null, |
| 48 | + "execution_count": 3, |
49 | 49 | "id": "c1db254b", |
50 | 50 | "metadata": {}, |
51 | 51 | "outputs": [], |
|
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "cell_type": "code", |
60 | | - "execution_count": null, |
| 60 | + "execution_count": 4, |
61 | 61 | "id": "59310f6f", |
62 | 62 | "metadata": {}, |
63 | 63 | "outputs": [], |
|
69 | 69 | }, |
70 | 70 | { |
71 | 71 | "cell_type": "code", |
72 | | - "execution_count": null, |
| 72 | + "execution_count": 5, |
73 | 73 | "id": "da9e8edb", |
74 | 74 | "metadata": {}, |
75 | 75 | "outputs": [], |
|
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "cell_type": "code", |
102 | | - "execution_count": null, |
| 102 | + "execution_count": 7, |
103 | 103 | "id": "c2496caf", |
104 | 104 | "metadata": {}, |
105 | 105 | "outputs": [], |
|
146 | 146 | "stopwords.update(['builder', 'exception', 'abstract', 'helper', 'util', 'callback', 'factory', 'result',\n", |
147 | 147 | " 'handler', 'type', 'module', 'name', 'parameter', 'lambda', 'access', 'create', 'message', \n", |
148 | 148 | " 'ts', 'js', 'tsx', 'jsx', 'css', 'htm', 'html', 'props', 'use', 'id', 'ref', 'hook', 'event', \n", |
149 | | - " 'span', 'data', 'context', 'form', 'get', 'set', 'object', 'null', 'new'])\n", |
| 149 | + " 'span', 'data', 'context', 'form', 'get', 'set', 'object', 'null', 'new', 'plugin', 'package', \n", |
| 150 | + " 'types', 'dom', 'static', 'view', 'link', 'build', 'element', 'impl', 'function', 'test', 'dev', 'event'])\n", |
150 | 151 | "\n", |
151 | 152 | "if number_of_words > 0:\n", |
152 | 153 | " wordcloud = WordCloud(\n", |
153 | 154 | " width=800, \n", |
154 | | - " height=400,\n", |
155 | | - " max_words=400, \n", |
| 155 | + " height=800,\n", |
| 156 | + " max_words=600, \n", |
156 | 157 | " stopwords=stopwords,\n", |
| 158 | + " collocations=False,\n", |
157 | 159 | " background_color='white', \n", |
158 | 160 | " colormap='viridis'\n", |
159 | 161 | " ).generate(text)\n", |
|
187 | 189 | "name": "python", |
188 | 190 | "nbconvert_exporter": "python", |
189 | 191 | "pygments_lexer": "ipython3", |
190 | | - "version": "3.11.4" |
| 192 | + "version": "3.11.9" |
191 | 193 | }, |
192 | 194 | "title": "Object Oriented Design Quality Metrics for Java with Neo4j" |
193 | 195 | }, |
|
0 commit comments