|
BSAPI
|
A Lexicon with words and their phonetic transcriptions. More...
#include <bsapi.h>
Public Member Functions | |
| virtual void BSAPI_METHOD | Clear ()=0 |
| virtual bool BSAPI_METHOD | AddWord (const char *pWord, const char *mpTrans, float prob, int part=0)=0 |
| virtual bool BSAPI_METHOD | RemoveWord (const char *pWord, int part=LEX_ALLPARTS)=0 |
| virtual bool BSAPI_METHOD | WordExists (const char *pWord)=0 |
| virtual te_type *BSAPI_METHOD | GetTranscs (const char *pWord, int *pNVars=0)=0 |
| virtual void BSAPI_METHOD | ReleaseTranscs (te_type *pList)=0 |
| virtual bool BSAPI_METHOD | Load (const char *pFileStrings)=0 |
| virtual bool BSAPI_METHOD | LoadPart (const char *pFile, int part=0, bool saveBin=false)=0 |
| virtual bool BSAPI_METHOD | Save (const char *pFile=0, int part=0, bool saveBin=false)=0 |
| virtual void BSAPI_METHOD | SetActPart (int v=LEX_ALLPARTS)=0 |
A Lexicon with words and their phonetic transcriptions.
1.7.5.1