package vivekn
- Alphabetic
- Public
- All
Type Members
- trait ReadablePretrainedVivekn extends ParamsAndFeaturesReadable[ViveknSentimentModel] with HasPretrained[ViveknSentimentModel]
-
class
ViveknSentimentApproach extends AnnotatorApproach[ViveknSentimentModel] with ViveknSentimentUtils
Inspired on vivekn sentiment analysis algorithm https://github.com/vivekn/sentiment/.
Inspired on vivekn sentiment analysis algorithm https://github.com/vivekn/sentiment/.
requires sentence boundaries to give score in context. Tokenization to make sure tokens are within bounds. Transitivity requirements are also required.
See https://github.com/JohnSnowLabs/spark-nlp/tree/master/src/test/scala/com/johnsnowlabs/nlp/annotators/sda/vivekn for further reference on how to use this API.
-
class
ViveknSentimentModel extends AnnotatorModel[ViveknSentimentModel] with HasSimpleAnnotate[ViveknSentimentModel] with ViveknSentimentUtils
Inspired on vivekn sentiment analysis algorithm https://github.com/vivekn/sentiment/.
Inspired on vivekn sentiment analysis algorithm https://github.com/vivekn/sentiment/.
requires sentence boundaries to give score in context. Tokenization to make sure tokens are within bounds. Transitivity requirements are also required.
See https://github.com/JohnSnowLabs/spark-nlp/tree/master/src/test/scala/com/johnsnowlabs/nlp/annotators/sda/vivekn for further reference on how to use this API.
- trait ViveknSentimentUtils extends AnyRef
Value Members
- object ViveknSentimentModel extends ReadablePretrainedVivekn with Serializable