#include <PCNTools.h>
Public Member Functions | |
| CNAlt () | |
| CNAlt (const std::string &word, const std::vector< float > &denseFeatures, const std::map< std::string, float > &sparseFeatures, size_t next) | |
Public Attributes | |
| std::string | m_word |
| std::vector< float > | m_denseFeatures |
| std::map< std::string, float > | m_sparseFeatures |
| size_t | m_next |
Definition at line 37 of file PCNTools.h.
| PCN::CNAlt::CNAlt | ( | ) | [inline] |
Definition at line 38 of file PCNTools.h.
| PCN::CNAlt::CNAlt | ( | const std::string & | word, | |
| const std::vector< float > & | denseFeatures, | |||
| const std::map< std::string, float > & | sparseFeatures, | |||
| size_t | next | |||
| ) | [inline] |
Definition at line 40 of file PCNTools.h.
| std::vector<float> PCN::CNAlt::m_denseFeatures |
Definition at line 51 of file PCNTools.h.
Referenced by Moses::WordLattice::InitializeFromPCNDataType().
| size_t PCN::CNAlt::m_next |
Definition at line 53 of file PCNTools.h.
Referenced by Moses::WordLattice::InitializeFromPCNDataType().
| std::map<std::string, float> PCN::CNAlt::m_sparseFeatures |
Definition at line 52 of file PCNTools.h.
| std::string PCN::CNAlt::m_word |
Definition at line 50 of file PCNTools.h.
Referenced by Moses::WordLattice::InitializeFromPCNDataType().
1.5.9