
abs.nlp.spark-nlp_2.11.1.5.1.source-code.application.conf Maven / Gradle / Ivy
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