Public Attributes | List of all members
SWord Struct Reference

Word struct. More...

#include <vocstruct.H>

Public Attributes

std::vector< std::string > lang1
 vector with word synonyms from the left language.
std::vector< std::string > lang2
 vector with word synonyms from the right language.
int numPasses
 number of passes.

Detailed Description

Word struct.

Lines from vocabulary files will be loaded into this struct.

Member Data Documentation

std::vector<std::string> SWord::lang1

vector with word synonyms from the left language.

Referenced by CVocFile::addWordToVocabulary(), CVocFile::AppendVocabulary(), and CVocTrainer::compareLeftLanguage().

std::vector<std::string> SWord::lang2

vector with word synonyms from the right language.

Referenced by CVocFile::addWordToVocabulary(), CVocFile::AppendVocabulary(), and CVocTrainer::compareRightLanguage().

int SWord::numPasses

number of passes.

Referenced by CVocFile::addWordToVocabulary(), and CVocFile::AppendVocabulary().


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

Get Vocatra at SourceForge.net. Fast, secure and Free Open Source software downloads Generated for Vocatra by doxygen