EngineDll Class Reference

This class provides the interface to Load and use the Machine Translation System. More...

#include <EngineDll.h>

List of all members.

Public Member Functions

void InitializeSystem ()
 A member function.
void TranslateInput (const char *inp, wchar_t *translated, char *domain)
 A member function.


Detailed Description

This class provides the interface to Load and use the Machine Translation System.


Member Function Documentation

void EngineDll::InitializeSystem  ) 
 

A member function.

This function initializes the MT engine. It must be called before invoking any other function of the MT Engine API.

void EngineDll::TranslateInput const char *  inp,
wchar_t *  translated,
char *  domain
 

A member function.

This function invokes the translator on the MT engine which translates the passed input (parameter) into Urdu string.

Parameters:
[in] inp The character string that needs to be translated.
[out] translated Pointer to a memory space where the translated input would be stored. This buffer must be large enough to hold the translated string.
[in] domain The character string specifying the domain.


Generated on Thu Sep 28 12:30:20 2006 for English To Urdu Machine Translation System API by  doxygen 1.4.6-NO