C# Class Classifier.uClassify.ReadCalls

ファイルを表示 Open project: pashkov/Spontaneous Class Usage Examples

Public Methods

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.

Method Details

Classify() public method

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

classifyKeywords() public method

public classifyKeywords ( string xmlRequest ) : void
xmlRequest string
return void

getInformation() public method

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.
return void