C# Class Classifier.uClassify.ReadCalls

Afficher le fichier Open project: pashkov/Spontaneous Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

Classify() public méthode

Classify sends a text to a classifier and returns a classification.
public Classify ( string xmlRequest ) : List
xmlRequest string
Résultat List

classifyKeywords() public méthode

public classifyKeywords ( string xmlRequest ) : void
xmlRequest string
Résultat void

getInformation() public méthode

Gets information about a classifier. Right now it only returns the names of all classes.
public getInformation ( string id, string classifierName ) : void
id string a unique name for this call.
classifierName string classifierName - the name of the classifier.
Résultat void