@Deprecated
public interface OpenNLPDocumentAssetAutoTagger
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getTagNames(long companyId,
java.lang.String content,
java.util.Locale locale,
java.lang.String mimeType)
Deprecated.
Returns a list of tag names from the OpenNLP API.
|
java.util.Collection<java.lang.String> |
getTagNames(long companyId,
java.lang.String content,
java.lang.String mimeType)
Deprecated.
Returns a list of tag names from the OpenNLP API.
|
java.util.Collection<java.lang.String> getTagNames(long companyId,
java.lang.String content,
java.util.Locale locale,
java.lang.String mimeType)
throws java.lang.Exception
companyId - the company IDcontent - the text to be tagged.locale - the text's locale.mimeType - the mime type of the text.java.lang.Exceptionjava.util.Collection<java.lang.String> getTagNames(long companyId,
java.lang.String content,
java.lang.String mimeType)
throws java.lang.Exception
content - the text to be tagged.mimeType - the mime type of the text.java.lang.Exception