Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXBLACK11 committed Dec 5, 2023
1 parent fcf72cf commit 3e6a144
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tasks/SentimentAnalysis/SentimentAnalysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -859,26 +859,15 @@
},
{
"cell_type": "code",
"execution_count": 58,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "H2kJx0vKzp81",
"outputId": "70675856-b04e-41ab-d0e3-f7b8e1822f00"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Enter the language: english\n",
"Enter a text: you are sexy\n",
"1/1 [==============================] - 0s 19ms/step\n",
"Predicted Sentiment: positive\n"
]
}
],
"outputs": [],
"source": [
"language = input(\"Enter the language: \")\n",
"encoder = LaserEncoderPipeline(lang=language)\n",
Expand Down

0 comments on commit 3e6a144

Please sign in to comment.