Re: [Moses-support] Missing header dependency

2011-03-09 Thread Lee Ball (Applied Language)
Hi Andreas, Do you have build-essentials installed? sudo apt-get install build-essentials Kind regards, Lee Ball Infrastructure Manager lee.b...@appliedlanguage.com Applied Language Solutions High quality language solutions delivered on time...with a smile! www.appliedlanguage.com Tel (UK):

[Moses-support] What wrong in my rule-table

2011-03-09 Thread Nghĩa Nông Trung
I have trained a hierarchical model. In my rule table, it have many rule that have non-terminal adjacent together ([X][X] or [X][X][X]). I have an example: ! [X][X] anh [X] ||| ! [X][X] he [X] ||| 0.0290369 0.0230015 0.0580737 0.037708 2.718 ||| 2-2 ||| 0.142857 0.0714286 ! [X][X] anh [X][X]

Re: [Moses-support] Missing header dependency

2011-03-09 Thread Česlav Przywara
Hi, I came across the same problem (using gcc 4.4.5) when compiling sigtest-filter. #include cstring in sigtest-filter/filter-pt.cpp solved the issue, but it would be nice to have it fixed in repository. Regards, Ceslav on 08/03/11 16:46 Hieu Hoang said the following: ah sorry, added

Re: [Moses-support] What wrong in my rule-table

2011-03-09 Thread Hieu Hoang
the rule table looks correct, there's no adjacent non-terminals. The format is explained here: http://www.statmt.org/moses/?n=Moses.SyntaxTutorial it's formatted that way to allow easier conversion to the on-disk format On 09/03/2011 16:18, Nghĩa Nông Trung wrote: I have trained a