class LexiconInfo

This class stores information about how phonemes are assembled into pronunciations.

Inheritance:


Public Members

[more] Creates a LexiconInfo instance.
[more] PhoneInfo instance (see PhoneInfo header).
[more] create a Vocabulary instance and then to create pronunciation
[more] entries and the mapping between Vocabulary entries and pronunciation


Inherited from Object:

Public Fields

oAllocator* allocator

Public Methods

ovoid addOption(const char* name, int size, void* ptr, const char* help="")
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="")
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="")
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
ovoid addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
ovoid setOption(const char* name, void* ptr)
ovoid setIOption(const char* name, int option)
ovoid setROption(const char* name, real option)
ovoid setBOption(const char* name, bool option)
ovoid setOOption(const char* name, Object* option)
ovirtual void loadXFile(XFile* file)
ovirtual void saveXFile(XFile* file)
ovoid load(const char* filename)
ovoid save(const char* filename)
ovoid* operator new(size_t size, Allocator* allocator_=NULL)
ovoid* operator new(size_t size, Allocator* allocator_, void* ptr_)
ovoid operator delete(void* ptr)


Documentation

This class stores information about how phonemes are assembled into pronunciations. For each pronunciation, a list of indices into a PhoneInfo instance is stored, along with a prior and a index into a Vocabulary instance. Information is also stored to map Vocabulary entries to one or more pronunciations.

o Creates a LexiconInfo instance.
Creates a LexiconInfo instance. 'phones_fname' is used to create a

o PhoneInfo instance (see PhoneInfo header).
PhoneInfo instance (see PhoneInfo header). 'lex_fname' is used to

o create a Vocabulary instance and then to create pronunciation
create a Vocabulary instance and then to create pronunciation

o entries and the mapping between Vocabulary entries and pronunciation
entries and the mapping between Vocabulary entries and pronunciation


This class has no child classes.
Author:
Darren Moore (moore@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.