ssp.spark.udf


ssp.spark.udf.spacy_ner_udf.get_ner(text, url)[source]
ssp.spark.udf.spacy_ner_udf.get_ner_udf(is_docker)[source]
ssp.spark.udf.spacy_ner_udf_test.test_spacy_ner_imports()[source]
ssp.spark.udf.tensorflow_serving_api_udf.get_text_classifier_udf(is_docker, tokenizer_path)[source]
ssp.spark.udf.tensorflow_serving_api_udf.predict(text)[source]
ssp.spark.udf.tensorflow_serving_api_udf.predict_text_class(text, url, tokenizer_path)[source]
ssp.spark.udf.tensorflow_serving_api_udf_test.test_tensorflow_serving_api_udf_imports()[source]
ssp.spark.udf.textblob_sentiment_udf.analyze_sentiment(text)[source]
ssp.spark.udf.textblob_sentiment_udf.textblob_sentiment_analysis_udf(text)
ssp.spark.udf.textblob_sentiment_udf_test.test_textblob_sentiment_udf_imports()[source]