Class NLpLanguageRecognizer
- java.lang.Object
-
- org.gcube.data.analysis.nlphub.nlp.NLpLanguageRecognizer
-
public class NLpLanguageRecognizer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringRECOGNIZER_ID
-
Constructor Summary
Constructors Constructor Description NLpLanguageRecognizer(String service, String token, String sentence)NLpLanguageRecognizer(String dataMiner, String service, String token, String sentence, String publicLink, javax.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrun(String dataMiner, String sentence, String token, String publicLink, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
RECOGNIZER_ID
public static final String RECOGNIZER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
run
public static void run(String dataMiner, String sentence, String token, String publicLink, javax.servlet.http.HttpServletResponse response) throws NlpHubException
- Throws:
NlpHubException
-
-