Re: [Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-11 Thread Matthias Huck
Hi, It might be better to do phrase table fill-up. You would add entries from a second phrase table ("background phrase table") to your first phrase table ("foreground phrase table") only if they're not present yet. You end up with a single table without duplicates. Added background phrases can

Re: [Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-11 Thread Hieu Hoang
from the webpage: http://www.statmt.org/moses/?n=Advanced.Models#ntoc7 Add 2 phrase-table to the [feature] section [feature] PhraseDictionaryMemory path=/my-dir/table1 ... PhraseDictionaryMemory path=/my-dir/table2 ... Add an entry to the [mapping] section [mapping] 0 T 0 1 T 1 Add

Re: [Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-10 Thread sriram
Hi Hieu, I got the following pointer to use multiple translation models. http://www.statmt.org/moses/?n=Advanced.Models#ntoc7 but when I use the options , I am getting the following error. Feature name PhraseDictionaryGroup is not registered. Does it mean I have to re-compile moses with the

Re: [Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-08 Thread sriram
Hi Hieu, Thanks for the suggestion. In regard to point 2 . How can I use multiple phrase table inside moses? Regards, Sriram On Fri, Apr 7, 2017 at 5:44 PM, Hieu Hoang wrote: > there's no tools to do this but you can write it yourself. You need to > make up some scores

Re: [Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-07 Thread Hieu Hoang
there's no tools to do this but you can write it yourself. You need to make up some scores to give each phrase. The other methods to use your phrases are: 1. Add it to the training data and retrain your model. 2. Create a 2nd phrase-table with just your phrases and get the decoder to use

[Moses-support] Adding new aligned phrases to the existing phrase table

2017-04-06 Thread sriram
Hi, I have some good aligned phrases collection and I want to add to the existing phrase table. Is there any existing tool to add the same in Moses. Thanks, Sriram ___ Moses-support mailing list Moses-support@mit.edu