C# Класс Systran.NlpClientLib.Api.MorphologyApi

Represents a collection of functions to interact with the API endpoints
Наследование: IMorphologyApi
Показать файл Открыть проект Примеры использования класса

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

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