Skip to content

Commit aae77d9

Browse files
committed
fix sentiment docs
1 parent bc08974 commit aae77d9

File tree

5 files changed

+62
-1531
lines changed

5 files changed

+62
-1531
lines changed

docs/load-sentiment.ipynb

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
"cell_type": "markdown",
662662
"metadata": {},
663663
"source": [
664-
"#### Open emotion visualization dashboard\n",
664+
"#### Open sentiment visualization dashboard\n",
665665
"\n",
666666
"Default when you call `predict_words` it will open a browser with visualization dashboard, you can disable by `visualization=False`.\n",
667667
"\n",
@@ -1186,6 +1186,35 @@
11861186
"nbconvert_exporter": "python",
11871187
"pygments_lexer": "ipython3",
11881188
"version": "3.7.7"
1189+
},
1190+
"varInspector": {
1191+
"cols": {
1192+
"lenName": 16,
1193+
"lenType": 16,
1194+
"lenVar": 40
1195+
},
1196+
"kernels_config": {
1197+
"python": {
1198+
"delete_cmd_postfix": "",
1199+
"delete_cmd_prefix": "del ",
1200+
"library": "var_list.py",
1201+
"varRefreshCmd": "print(var_dic_list())"
1202+
},
1203+
"r": {
1204+
"delete_cmd_postfix": ") ",
1205+
"delete_cmd_prefix": "rm(",
1206+
"library": "var_list.r",
1207+
"varRefreshCmd": "cat(var_dic_list()) "
1208+
}
1209+
},
1210+
"types_to_exclude": [
1211+
"module",
1212+
"function",
1213+
"builtin_function_or_method",
1214+
"instance",
1215+
"_Feature"
1216+
],
1217+
"window_display": false
11891218
}
11901219
},
11911220
"nbformat": 4,

example/sentiment/load-sentiment.ipynb

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
"cell_type": "markdown",
662662
"metadata": {},
663663
"source": [
664-
"#### Open emotion visualization dashboard\n",
664+
"#### Open sentiment visualization dashboard\n",
665665
"\n",
666666
"Default when you call `predict_words` it will open a browser with visualization dashboard, you can disable by `visualization=False`.\n",
667667
"\n",
@@ -1186,6 +1186,35 @@
11861186
"nbconvert_exporter": "python",
11871187
"pygments_lexer": "ipython3",
11881188
"version": "3.7.7"
1189+
},
1190+
"varInspector": {
1191+
"cols": {
1192+
"lenName": 16,
1193+
"lenType": 16,
1194+
"lenVar": 40
1195+
},
1196+
"kernels_config": {
1197+
"python": {
1198+
"delete_cmd_postfix": "",
1199+
"delete_cmd_prefix": "del ",
1200+
"library": "var_list.py",
1201+
"varRefreshCmd": "print(var_dic_list())"
1202+
},
1203+
"r": {
1204+
"delete_cmd_postfix": ") ",
1205+
"delete_cmd_prefix": "rm(",
1206+
"library": "var_list.r",
1207+
"varRefreshCmd": "cat(var_dic_list()) "
1208+
}
1209+
},
1210+
"types_to_exclude": [
1211+
"module",
1212+
"function",
1213+
"builtin_function_or_method",
1214+
"instance",
1215+
"_Feature"
1216+
],
1217+
"window_display": false
11891218
}
11901219
},
11911220
"nbformat": 4,

0 commit comments

Comments
 (0)