class WordSeg

This class keeps track of all information to compute word errors

Inheritance:


Public Fields

[more]LexiconInfo* lexicon
the corresponding lexicon
[more]int* target_word_sequence
the target word sequence
[more]int target_word_sequence_size
the length of the target word sequence
[more]int target_word_sequence_max_size
the length of the longest target word sequence
[more]int* word_sequence
the word sequence
[more]int word_sequence_size
the length of the word sequence
[more]int word_sequence_max_size
the length of the longest word sequence
[more]int* word_sequence_time
the starting time of each word of the word sequence

Public Methods

[more] WordSeg(LexiconInfo* lexicon_)


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 keeps track of all information to compute word errors

oLexiconInfo* lexicon
the corresponding lexicon

oint* target_word_sequence
the target word sequence

oint target_word_sequence_size
the length of the target word sequence

oint target_word_sequence_max_size
the length of the longest target word sequence

oint* word_sequence
the word sequence

oint word_sequence_size
the length of the word sequence

oint word_sequence_max_size
the length of the longest word sequence

oint* word_sequence_time
the starting time of each word of the word sequence

o WordSeg(LexiconInfo* lexicon_)


This class has no child classes.
Author:
Samy Bengio (bengio@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



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