moses

    4熱度

    1回答

    我試圖在窗口上使用giza ++(使用Cygwin編譯器)。 我用這個代碼: //假設源語言是法語和目標語言是英語 plain2snt.out FrenchCorpus.f EnglishCorpus.e mkcls -c30 -n20 -pFrenchCorpus.f -VFrenchCorpus.f.vcb.classes opt mkcls -c30 -n20 -pEnglishCor

    4熱度

    1回答

    我目前正試圖安裝摩西腳本,摩西的一部分,機器翻譯工具,但不斷收到錯誤: /home/moses/scripts/training/lexical-reordering/reordering_classes.cpp:349: undefined reference to `gzopen' /home/moses/scripts/training/lexical-reordering/reorder

    1熱度

    2回答

    所以我試圖發送一個XML-RPC消息摩西在Java的XML-RPC服務器,但一直得到錯誤: org.apache.xmlrpc.XmlRpcException: Parameter that is supposed to be a structure is not 我使用來自http://ws.apache.org/xmlrpc/client.html的Apache xmlrpc客戶端3.1.

    0熱度

    1回答

    我已經安裝了moses,我也安裝了xmlrpc-c,通過 sudo apt-get install libxmlrpc-core-c3然後我通過 ./bjam --with-xmlrpc-c = [/路徑/到/ XMLRPC-C-配置]。在做這些時,我遵循http://www.statmt.org/moses/?n=Development.GetStarted中的說明。到那時,我想所有的事都是正確

    0熱度

    1回答

    我們正在考慮將摩西整合到我們的本地化工作流程中。我們的應用程序使用Java,我們正在使用xml-rpc調用來使用Moses的功能。 具體來說,我們正在尋找原料藥: 增量訓練(即避免不必從頭每次我們希望用一些新的訓練數據的時間重新訓練模型 ) 特定領域訓練(即它應該保持該輸入數據所屬的每個域分開 短語表), 解碼 本教程說這些可以通過xml-rpc調用來實現。但是,我沒有找到任何例子或明確的方法來做