Fyi Hieu Sent from my flying horse
Begin forwarded message: *From:* Abby Levenberg <[email protected]> *Date:* 15 February 2012 06:33:17 PM GMT+07:00 *To:* Hieu Hoang <[email protected]> *Subject:* *Re: the member variable m_lhsTarget in TargetPhrase.h* snt_index is the data structure to index into the sentences to retrieve the phrase for the suffix arrays. Abby On Wed, Feb 15, 2012 at 11:14 AM, Hieu Hoang <[email protected]> wrote: > Know anything about this? > > Hieu > Sent from my flying horse > > Begin forwarded message: > > *From:* kehai chen <[email protected]> > *Date:* 15 February 2012 10:26:55 AM GMT+07:00 > *To:* Philipp Koehn <[email protected]>, "[email protected]" < > [email protected]>, Hieu Hoang <[email protected]>, " > [email protected]" <[email protected]> > *Subject:* *the member variable m_lhsTarget in TargetPhrase.h* > > hi, > all , when I read src file in moses folder, there is a problem > confusing me, in BilingualDynSuffixArray.h , what does the member > variable m_sntIndex means ? > > class SentenceAlignment > { > public: > SentenceAlignment(int sntIndex, int sourceSize, int targetSize); > int m_sntIndex; > std::vector<wordID_t>* trgSnt; > std::vector<wordID_t>* srcSnt; > std::vector<int> numberAligned; > std::vector< std::vector<int> > alignedList; > bool Extract(int maxPhraseLength, std::vector<PhrasePair*> &ret, int > startSource, int endSource) const; > }; > > And what does the prefix m_snt means and the Suffix Snt? > Thank you very much ! best wishes! > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
