C# 클래스 Classifier.uClassify.ReadCalls

파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 메소드들

메소드 설명
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