Method | Description | |
---|---|---|
Classify ( string xmlRequest ) : List |
Classify sends a text to a classifier and returns a classification.
|
|
classifyKeywords ( string xmlRequest ) : void | ||
getInformation ( string id, string classifierName ) : void |
Gets information about a classifier. Right now it only returns the names of all classes.
|
public classifyKeywords ( string xmlRequest ) : void | ||
xmlRequest | string | |
return | void |
public getInformation ( string id, string classifierName ) : void | ||
id | string | a unique name for this call. |
classifierName | string | classifierName - the name of the classifier. |
return | void |