All Downloads are FREE. Search and download functionalities are using the official Maven repository.

abs.nlp.spark-nlp_2.11.1.5.1.source-code.application.conf Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
nlp {
  viveknSentiment {
    importantFeaturesRatio = 0.5
    unimportantFeaturesStepRatio = 0.025
    featuresLimit = -1
  }
  sentimentParams {
    positive = 1.0
    negative = -1.0
    increment = 2.0
    decrement = 2.0
    revert = -1.0
  }
  norvigChecker {
    wordSizeIgnore = 3
    dupsLimit = 2
    reductLimit = 3
    intersections = 10
    vowelSwapLimit = 6
  }
  pretrained {
    s3_bucket = "auxdata.johnsnowlabs.com"
    s3_path = ""
    credentials {
    }
  }
}
settings {
  overrideConfigPath = "./application.conf"
  annotatorSerializationFormat = "object"
  useBroadcastForFeatures = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy