Soubory tohoto záznamu

Icon
Název
TMODS-ENG-CZE-query.tar.gz
Velikost
2.74 GB
Formát
application/x-gzip
Popis
Model files for TMODS:ENG-CZE query translation
MD5
41246e0b67c36c6b872c8d4bc9281e36
 Stáhnout soubor  Náhled
 Náhled souboru  
  • TMODS-ENG-CZE-query
    • README.txt1 kB
    • model
      • biglm.trie1 GB
      • worker.cfg175 B
      • moses.ini844 B
      • appserver.cfg120 B
      • ttable.lemmas.minphr933 MB
      • smalllm.trie250 MB
      • ttable.minphr975 MB
Icon
Název
README.txt
Velikost
1.28 KB
Formát
Textový soubor
MD5
92d655ca32f3f8ec76d77d3c3d3f27b0
 Stáhnout soubor  Náhled
 Náhled souboru  
TMODS:ENG-CZE -- query translation component
============================================

Installation:

1) Download and compile the Moses decoder:

  (Requires Boost, libXML and CMPH.)

  git clone https://github.com/moses-smt/mosesdecoder.git
  cd mosesdecoder
  ./bjam --with-xmlrpc=<path-to-libxml> --max-kenlm-order=12 --with-cmph=<path-to-cmph-library>
  cd ..

2) Download and configure MTMonkey:
  
  (See MTMonkey documentation for installation requirements.)

  git clone https://github.com/ufal/mtmonkey
  cd mtmonkey
  git checkout chimera_preprocessing
  # the tested commit ID is d0e3175ee112a3fdd4790ccd1b0ff4e5d90c8d04
  cd ..

3) Install MorphoDita and its Python bindings.

  Follow the steps described here:

  http://ufal.mff.cuni.cz/morphodita/install#python_installation

4) Download Morphodita model for Czech:

  http://hdl.handle.net/11858/00-097C-0000-0023-68D8-1

  Copy the model in the MTMonkey directory:

  cp czech-morfflex-pdt-131112.tagger-fast mtmonkey

5) Start t . . .