C# 클래스 Systran.NlpClientLib.Api.MorphologyApi

Represents a collection of functions to interact with the API endpoints
상속: IMorphologyApi
파일 보기 프로젝트 열기: SYSTRAN/nlp-api-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
GetBasePath ( String basePath ) : String

Gets the base path of the API client.

MorphologyApi ( ApiClient apiClient = null ) : System

Initializes a new instance of the MorphologyApi class.

MorphologyApi ( String basePath ) : System

Initializes a new instance of the MorphologyApi class.

NlpMorphologyExtractLemmaGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractLemmaResponse

Get lemma Get the lemma for elements of an input text.\n

NlpMorphologyExtractLemmaGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task

Get lemma Get the lemma for elements of an input text.\n

NlpMorphologyExtractNpGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractNPResponse

Get NP/chunks Get Noun-phrases and chunks from an input text.\n

NlpMorphologyExtractNpGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task

Get NP/chunks Get Noun-phrases and chunks from an input text.\n

NlpMorphologyExtractPosGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractPosResponse

Get part of speech Get the part of speech for elements of an input text.\n

NlpMorphologyExtractPosGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task

Get part of speech Get the part of speech for elements of an input text.\n

NlpMorphologySupportedLanguagesGet ( string Callback ) : SupportedLanguagesResponse

Supported Languages List of languages pairs in which Morphological analysis is supported.

NlpMorphologySupportedLanguagesGetAsync ( string Callback ) : Task

Supported Languages List of languages pairs in which Morphological analysis is supported.

SetBasePath ( String basePath ) : void

Sets the base path of the API client.

메소드 상세

GetBasePath() 공개 메소드

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
리턴 String

MorphologyApi() 공개 메소드

Initializes a new instance of the MorphologyApi class.
public MorphologyApi ( ApiClient apiClient = null ) : System
apiClient Systran.NlpClientLib.Client.ApiClient
리턴 System

MorphologyApi() 공개 메소드

Initializes a new instance of the MorphologyApi class.
public MorphologyApi ( String basePath ) : System
basePath String
리턴 System

NlpMorphologyExtractLemmaGet() 공개 메소드

Get lemma Get the lemma for elements of an input text.\n
public NlpMorphologyExtractLemmaGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractLemmaResponse
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Systran.NlpClientLib.Model.MorphologyExtractLemmaResponse

NlpMorphologyExtractLemmaGetAsync() 공개 메소드

Get lemma Get the lemma for elements of an input text.\n
public NlpMorphologyExtractLemmaGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Task

NlpMorphologyExtractNpGet() 공개 메소드

Get NP/chunks Get Noun-phrases and chunks from an input text.\n
public NlpMorphologyExtractNpGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractNPResponse
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Systran.NlpClientLib.Model.MorphologyExtractNPResponse

NlpMorphologyExtractNpGetAsync() 공개 메소드

Get NP/chunks Get Noun-phrases and chunks from an input text.\n
public NlpMorphologyExtractNpGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Task

NlpMorphologyExtractPosGet() 공개 메소드

Get part of speech Get the part of speech for elements of an input text.\n
public NlpMorphologyExtractPosGet ( string Input, string InputFile, string Lang, int Profile, string Callback ) : MorphologyExtractPosResponse
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Systran.NlpClientLib.Model.MorphologyExtractPosResponse

NlpMorphologyExtractPosGetAsync() 공개 메소드

Get part of speech Get the part of speech for elements of an input text.\n
public NlpMorphologyExtractPosGetAsync ( string Input, string InputFile, string Lang, int Profile, string Callback ) : Task
Input string input text\n\n**Either `input` or `inputFile` is required**\n
InputFile string input text\n\n**Either `input` or `inputFile` is required**\n
Lang string Language code of the input ([details](#description_langage_code_values))
Profile int Profile id\n
Callback string Javascript callback function name for JSONP Support\n
리턴 Task

NlpMorphologySupportedLanguagesGet() 공개 메소드

Supported Languages List of languages pairs in which Morphological analysis is supported.
public NlpMorphologySupportedLanguagesGet ( string Callback ) : SupportedLanguagesResponse
Callback string Javascript callback function name for JSONP Support\n
리턴 Systran.NlpClientLib.Model.SupportedLanguagesResponse

NlpMorphologySupportedLanguagesGetAsync() 공개 메소드

Supported Languages List of languages pairs in which Morphological analysis is supported.
public NlpMorphologySupportedLanguagesGetAsync ( string Callback ) : Task
Callback string Javascript callback function name for JSONP Support\n
리턴 Task

SetBasePath() 공개 메소드

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String
리턴 void