C# Класс Classifier.uClassify.ReadCalls

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Classify() публичный Метод

Classify sends a text to a classifier and returns a classification.
public Classify ( string xmlRequest ) : List
xmlRequest string
Результат List

classifyKeywords() публичный Метод

public classifyKeywords ( string xmlRequest ) : void
xmlRequest string
Результат void

getInformation() публичный Метод

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.
Результат void