# Template for Configuration File for the Rewrite Decoder # Syntax: # = # '#' is the comment character #================================================================ #================================================================ # LANGUAGE MODEL FILE # The full path and file name of the language model file: LanguageModelFile = #================================================================ #================================================================ # TRANSLATION MODEL FILES # The directory where the translation model tables as created # by Giza are located: # # Notes: - All translation model "source" files are assumed to be in # TM_RawDataDir, the binaries will be put in TM_BinDataDir # # - Attention: RELATIVE PATH NAMES DO NOT WORK!!! # # - Absolute paths (file name starts with /) will override # the default directory. TM_RawDataDir = . TM_BinDataDir = . # file names of the TM tables # Notes: # 1. TTable and InversTTable are expected to use word IDs not # strings (Giza produces both, whereby the *.actual.* files # use strings and are THE WRONG CHOICE. # 2. FZeroWords, on the other hand, is a simple list of strings # with one word per line. This file is typically edited # manually. Hoeever, this one listed here is generated by GIZA TTable = 108-12-21.230427.leneantonsen.t3.final InverseTTable = 108-12-21.230427.leneantonsen.ti.final NTable = 108-12-21.230427.leneantonsen.n3.final D3Table = 108-12-21.230427.leneantonsen.d3.final D4Table = 108-12-21.230427.leneantonsen.D4.final PZero = 108-12-21.230427.leneantonsen.p0_3.final Source.vcb = davvi.vcb Target.vcb = lule.vcb Source.classes = davvi.vcb.classes Target.classes = lule.vcb.classes FZeroWords = 108-12-21.230427.leneantonsen.fe0_3.final