We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfd39c commit 5055bc4Copy full SHA for 5055bc4
python/example/vivekn-sentiment/sentiment.ipynb
@@ -120,7 +120,7 @@
120
"sentiment_detector = ViveknSentimentApproach() \\\n",
121
" .setInputCols([\"spell\", \"sentence\"]) \\\n",
122
" .setOutputCol(\"sentiment\") \\\n",
123
- " .setPruneCorpus(False) \\\n",
+ " .setPruneCorpus(0) \\\n",
124
" .setPositiveSource(\"../../../src/test/resources/vivekn/positive\") \\\n",
125
" .setNegativeSource(\"../../../src/test/resources/vivekn/negative\") \\\n"
126
]
0 commit comments