Cambridge SMT System
HypW< Arc > Struct Template Reference

Same as Hyp but the printing will convert integer ids to words. More...

Inheritance diagram for HypW< Arc >:
Collaboration diagram for HypW< Arc >:

Public Member Functions

 HypW (std::basic_string< unsigned > const &h, std::basic_string< unsigned > const &oh, typename Arc::Weight const &c)
 
 HypW (HypW< Arc > const &h)
 
 HypW (std::basic_string< unsigned > const &h, typename Arc::Weight const &c)
 
 HypW (HypW< Arc > const &h)
 
- Public Member Functions inherited from fst::Hyp< Arc >
 Hyp (std::basic_string< unsigned > const &h, std::basic_string< unsigned > const &oh, typename Arc::Weight const &c)
 
 Hyp (Hyp< Arc > const &h)
 

Additional Inherited Members

- Public Attributes inherited from fst::Hyp< Arc >
std::basic_string< unsigned > hyp
 
std::basic_string< unsigned > ohyp
 
Arc::Weight cost
 

Detailed Description

template<class Arc>
struct HypW< Arc >

Same as Hyp but the printing will convert integer ids to words.

Definition at line 64 of file printstrings.main.cpp.

Constructor & Destructor Documentation

template<class Arc>
HypW< Arc >::HypW ( std::basic_string< unsigned > const &  h,
std::basic_string< unsigned > const &  oh,
typename Arc::Weight const &  c 
)
inline

Definition at line 66 of file printstrings.main.cpp.

template<class Arc>
HypW< Arc >::HypW ( HypW< Arc > const &  h)
inline

Definition at line 71 of file printstrings.main.cpp.

template<class Arc>
HypW< Arc >::HypW ( std::basic_string< unsigned > const &  h,
typename Arc::Weight const &  c 
)
inline

Definition at line 10 of file samplehyps.main.cpp.

template<class Arc>
HypW< Arc >::HypW ( HypW< Arc > const &  h)
inline

Definition at line 13 of file samplehyps.main.cpp.


The documentation for this struct was generated from the following files: