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

com.textrazor.dictionary.model.GetDictionaryEntryResponse Maven / Gradle / Ivy

Go to download

Official Java SDK for the TextRazor Text Analytics API TextRazor offers state-of-the-art natural language processing tools through a simple API, allowing you to build semantic technology into your applications in minutes. Hundreds of applications rely on TextRazor to understand unstructured text across a range of verticals, with use cases including social media monitoring, enterprise search, recommendation systems and ad targetting.

There is a newer version: 1.0.13
Show newest version
package com.textrazor.dictionary.model;

import com.textrazor.net.TextRazorResponse;

public class GetDictionaryEntryResponse extends TextRazorResponse {

	private DictionaryEntry response;

	public DictionaryEntry getResponse() {
		return response;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy