Package

com.johnsnowlabs.nlp.annotators.sda

vivekn

Permalink

package vivekn

Visibility
  1. Public
  2. All

Type Members

  1. trait ReadablePretrainedVivekn extends ParamsAndFeaturesReadable[ViveknSentimentModel] with HasPretrained[ViveknSentimentModel]

    Permalink
  2. class ViveknSentimentApproach extends AnnotatorApproach[ViveknSentimentModel] with ViveknSentimentUtils

    Permalink

    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.

  3. class ViveknSentimentModel extends AnnotatorModel[ViveknSentimentModel] with ViveknSentimentUtils

    Permalink

    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.

  4. trait ViveknSentimentUtils extends AnyRef

    Permalink

Value Members

  1. object ViveknSentimentModel extends ReadablePretrainedVivekn with Serializable

    Permalink

Ungrouped