Fyi

Hieu
Sent from my flying horse

Begin forwarded message:

*From:* Abby Levenberg <leven...@gmail.com>
*Date:* 15 February 2012 06:33:17 PM GMT+07:00
*To:* Hieu Hoang <hieuho...@gmail.com>
*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 <hieuho...@gmail.com> wrote:

> Know anything about this?
>
> Hieu
> Sent from my flying horse
>
> Begin forwarded message:
>
> *From:* kehai chen <chenke...@gmail.com>
> *Date:* 15 February 2012 10:26:55 AM GMT+07:00
> *To:* Philipp Koehn <pko...@inf.ed.ac.uk>, "h...@hoang.co.uk" <
> h...@hoang.co.uk>,  Hieu Hoang <hieuho...@gmail.com>, "
> moses-support@mit.edu" <moses-support@mit.edu>
> *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
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to