Uses of Interface
com.api.sentimentanalysis.externalapi.emotion.EmotionAnalysisAPI
-
Packages that use EmotionAnalysisAPI Package Description com.api.sentimentanalysis.externalapi.emotion -
-
Uses of EmotionAnalysisAPI in com.api.sentimentanalysis.externalapi.emotion
Classes in com.api.sentimentanalysis.externalapi.emotion that implement EmotionAnalysisAPI Modifier and Type Class Description classBERTThis class contains a method to execute the sentiment analysis with BERT model.classParallelDotsThis class contains a method to execute the sentiment analysis with ParallelDots API.Methods in com.api.sentimentanalysis.externalapi.emotion that return EmotionAnalysisAPI Modifier and Type Method Description static EmotionAnalysisAPIEmotionAnalysisAPIFactory. getEmotionAnalysisAPI(java.lang.String tool, java.lang.String apiKey)Factory pattern to instantiate a machine learning tool class.
-