Skip to content

Commit

Permalink
fix sentiment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Mar 17, 2022
1 parent bc08974 commit aae77d9
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 1,531 deletions.
31 changes: 30 additions & 1 deletion docs/load-sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Open emotion visualization dashboard\n",
"#### Open sentiment visualization dashboard\n",
"\n",
"Default when you call `predict_words` it will open a browser with visualization dashboard, you can disable by `visualization=False`.\n",
"\n",
Expand Down Expand Up @@ -1186,6 +1186,35 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
},
"varInspector": {
"cols": {
"lenName": 16,
"lenType": 16,
"lenVar": 40
},
"kernels_config": {
"python": {
"delete_cmd_postfix": "",
"delete_cmd_prefix": "del ",
"library": "var_list.py",
"varRefreshCmd": "print(var_dic_list())"
},
"r": {
"delete_cmd_postfix": ") ",
"delete_cmd_prefix": "rm(",
"library": "var_list.r",
"varRefreshCmd": "cat(var_dic_list()) "
}
},
"types_to_exclude": [
"module",
"function",
"builtin_function_or_method",
"instance",
"_Feature"
],
"window_display": false
}
},
"nbformat": 4,
Expand Down
31 changes: 30 additions & 1 deletion example/sentiment/load-sentiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Open emotion visualization dashboard\n",
"#### Open sentiment visualization dashboard\n",
"\n",
"Default when you call `predict_words` it will open a browser with visualization dashboard, you can disable by `visualization=False`.\n",
"\n",
Expand Down Expand Up @@ -1186,6 +1186,35 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
},
"varInspector": {
"cols": {
"lenName": 16,
"lenType": 16,
"lenVar": 40
},
"kernels_config": {
"python": {
"delete_cmd_postfix": "",
"delete_cmd_prefix": "del ",
"library": "var_list.py",
"varRefreshCmd": "print(var_dic_list())"
},
"r": {
"delete_cmd_postfix": ") ",
"delete_cmd_prefix": "rm(",
"library": "var_list.r",
"varRefreshCmd": "cat(var_dic_list()) "
}
},
"types_to_exclude": [
"module",
"function",
"builtin_function_or_method",
"instance",
"_Feature"
],
"window_display": false
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit aae77d9

Please sign in to comment.