Skip to content

Commit

Permalink
Revise ini files created during installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
daormar committed Jul 24, 2017
1 parent 259048c commit 823107b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
2 changes: 1 addition & 1 deletion examples/ini_files/Makefile.am
@@ -1,5 +1,5 @@
inifilesdir = $(datadir)/$(PACKAGE)/ini_files
inifiles_DATA= standard.ini ibm2.ini kenlm.ini interplm.ini
inifiles_DATA= standard.ini ibm2.ini refact.ini

EXTRA_DIST= $(inifiles_DATA)

Expand Down
35 changes: 0 additions & 35 deletions examples/ini_files/kenlm.ini

This file was deleted.

Expand Up @@ -2,7 +2,7 @@
BaseWordPenaltyModel ; THOT_LIBDIR/word_penalty_model_factory.so ;

# Language model
BaseNgramLM ; THOT_LIBDIR/incr_interp_ngram_lm_factory.so ;
BaseNgramLM ; THOT_LIBDIR/incr_jel_mer_ngram_lm_factory.so ;

# Single word alignment model
BaseSwAligModel ; THOT_LIBDIR/incr_hmm_p0_alig_model_factory.so ;
Expand All @@ -29,7 +29,7 @@ BaseLogLinWeightUpdater ; THOT_LIBDIR/kb_mira_ll_wu_factory.so ;
BaseTranslationConstraints ; THOT_LIBDIR/translation_constraints_factory.so ;

# Stack decoder
BaseStackDecoder ; THOT_LIBDIR/multi_stack_decoder_rec__swli_factory.so ;
BaseStackDecoder ; THOT_LIBDIR/multi_stack_decoder_rec__pbtm_factory.so ;

# Assisted translator
BaseAssistedTrans ; THOT_LIBDIR/wg_uncoupled_assisted_trans__swli_factory.so ;
BaseAssistedTrans ; THOT_LIBDIR/wg_uncoupled_assisted_trans__pbtm_factory.so ;

0 comments on commit 823107b

Please sign in to comment.